Skip to content

Commit cd8c2ec

Browse files
misticqn895
authored andcommitted
skip flaky suite (elastic#216044)
1 parent e79d6bf commit cd8c2ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/security_solution_api_integration/test_suites/telemetry/tasks/indices_metadata.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export default ({ getService }: FtrProviderContext) => {
4343
let defaultPipeline: string;
4444
let finalPipeline: string;
4545

46-
describe('@ess @serverless indices metadata', () => {
46+
// FLAKY: https://github.com/elastic/kibana/issues/216044
47+
describe.skip('@ess @serverless indices metadata', () => {
4748
beforeEach(async () => {
4849
dsName = await randomDatastream(es);
4950
await ensureBackingIndices(dsName, NUM_INDICES, es);

0 commit comments

Comments
 (0)