From eea06fc3c1d0e53bfc5465ef0b4db12eb2cd1e01 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 9 May 2024 17:47:42 +0100 Subject: [PATCH] skip flaky suite (#183064) --- .../test/functional/apps/dashboard/group2/_async_dashboard.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/dashboard/group2/_async_dashboard.ts b/x-pack/test/functional/apps/dashboard/group2/_async_dashboard.ts index 66b31842df00ae..3bb127283a7621 100644 --- a/x-pack/test/functional/apps/dashboard/group2/_async_dashboard.ts +++ b/x-pack/test/functional/apps/dashboard/group2/_async_dashboard.ts @@ -29,7 +29,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { 'timePicker', ]); - describe('sample data dashboard', function describeIndexTests() { + // FLAKY: https://github.com/elastic/kibana/issues/183064 + describe.skip('sample data dashboard', function describeIndexTests() { before(async () => { await esArchiver.emptyKibanaIndex(); await PageObjects.common.sleep(5000);