From 8ef85ff88cea22e0cdfb570d9fceafd6e87f1655 Mon Sep 17 00:00:00 2001 From: Nick Peihl Date: Fri, 10 May 2024 09:05:43 -0400 Subject: [PATCH] Revert "skip flaky suite (#183064)" This reverts commit eea06fc3c1d0e53bfc5465ef0b4db12eb2cd1e01. --- .../test/functional/apps/dashboard/group2/_async_dashboard.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 3bb127283a7621..66b31842df00ae 100644 --- a/x-pack/test/functional/apps/dashboard/group2/_async_dashboard.ts +++ b/x-pack/test/functional/apps/dashboard/group2/_async_dashboard.ts @@ -29,8 +29,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { 'timePicker', ]); - // FLAKY: https://github.com/elastic/kibana/issues/183064 - describe.skip('sample data dashboard', function describeIndexTests() { + describe('sample data dashboard', function describeIndexTests() { before(async () => { await esArchiver.emptyKibanaIndex(); await PageObjects.common.sleep(5000);