[FTR] Skip flaky serverless summary actions tests on MKI (#169205)

## Summary

This PR skips the flaky Alerting API Summary Actions test suite in MKI
runs.
This commit is contained in:
Robert Oskamp 2023-10-18 12:42:11 +02:00 committed by GitHub
parent 314eb92656
commit 80932b81e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,10 @@ export default function ({ getService }: FtrProviderContext) {
const esClient = getService('es');
const esDeleteAllIndices = getService('esDeleteAllIndices');
describe('Summary actions', () => {
describe('Summary actions', function () {
// flaky on MKI, see https://github.com/elastic/kibana/issues/169204
this.tags(['failsOnMKI']);
const RULE_TYPE_ID = '.es-query';
const ALERT_ACTION_INDEX = 'alert-action-es-query';
const ALERT_INDEX = '.alerts-stack.alerts-default';