mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Skip Serverless Transaction groups alerts when data is loaded with avg transaction duration alerts returns the correct number of alert counts (#201533)
## Summary Related to https://github.com/elastic/kibana/issues/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.
This commit is contained in:
parent
762bb7f59d
commit
a76084f30f
1 changed files with 4 additions and 1 deletions
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue