Skip to content

Commit f7bced4

Browse files
wayneseymourcqliu1
authored andcommitted
[SKIP ON MKI] dev_tools/search_profiler (elastic#215661)
## Summary see details: elastic#215660
1 parent 7598cbf commit f7bced4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x-pack/test_serverless/functional/test_suites/common/dev_tools/search_profiler.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
7272
});
7373
});
7474

75-
describe('With a test index', () => {
75+
describe('With a test index', function () {
76+
// see details: https://github.com/elastic/kibana/issues/215660
77+
this.tags(['failsOnMKI']);
7678
before(async () => {
7779
await es.indices.create({ index: indexName });
7880
});

0 commit comments

Comments
 (0)