mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
314eb92656
commit
80932b81e2
1 changed files with 4 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue