Skip to content

Commit

Permalink
[FTR] Skip flaky serverless summary actions tests on MKI (elastic#169205
Browse files Browse the repository at this point in the history
)

## Summary

This PR skips the flaky Alerting API Summary Actions test suite in MKI
runs.
  • Loading branch information
pheyos authored Oct 18, 2023
1 parent 314eb92 commit 80932b8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 80932b8

Please sign in to comment.