From c787e4192a0a81110b0b1603e1812a0690557759 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 10 Dec 2024 18:22:14 +0000 Subject: [PATCH] skip flaky suite (#192891) --- x-pack/test/functional/apps/infra/node_details.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/infra/node_details.ts b/x-pack/test/functional/apps/infra/node_details.ts index 1481d1392a71c..3cbeb717d40f0 100644 --- a/x-pack/test/functional/apps/infra/node_details.ts +++ b/x-pack/test/functional/apps/infra/node_details.ts @@ -477,7 +477,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { }); }); - describe('Processes Tab', () => { + // FLAKY: https://github.com/elastic/kibana/issues/192891 + describe.skip('Processes Tab', () => { before(async () => { await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_hosts_processes'); await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');