Skip to content

Commit

Permalink
Skip Serverless Transaction groups alerts when data is loaded with av…
Browse files Browse the repository at this point in the history
…g transaction duration alerts returns the correct number of alert counts (elastic#201533)

## Summary
Related to elastic#201531

This PR skips `Transaction groups alerts when data is loaded with avg
transaction duration alerts returns the correct number of alert counts`,
which is inside
`x-pack/test/api_integration/deployment_agnostic/apis/observability/apm/transactions/transactions_groups_alerts.spec.ts`
file, as it's failing on MKI.
  • Loading branch information
rmyz authored and CAWilson94 committed Dec 12, 2024
1 parent 6e47a56 commit 0fa9ecd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
return response.body as TransactionsGroupsMainStatistics;
}

describe('Transaction groups alerts', () => {
describe('Transaction groups alerts', function () {
// fails on MKI, see https://github.com/elastic/kibana/issues/201531
this.tags(['failsOnMKI']);

describe('when data is loaded', () => {
const transactions = [
{
Expand Down

0 comments on commit 0fa9ecd

Please sign in to comment.