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 (#201533)

## Summary
Related to #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 Nov 25, 2024
1 parent 762bb7f commit a76084f
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 a76084f

Please sign in to comment.