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.

(cherry picked from commit a76084f)
  • Loading branch information
rmyz committed Nov 25, 2024
1 parent 920e993 commit c4cb622
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 c4cb622

Please sign in to comment.