From 1adb492e1569f4de110a6ef428044b1d0a90d3d7 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Wed, 22 Sep 2021 09:37:25 -0500 Subject: [PATCH] skip flaky suite. #111234 --- test/accessibility/apps/dashboard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/accessibility/apps/dashboard.ts b/test/accessibility/apps/dashboard.ts index 5a3ec9d8fc869..c8a7ac566b55c 100644 --- a/test/accessibility/apps/dashboard.ts +++ b/test/accessibility/apps/dashboard.ts @@ -15,7 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const testSubjects = getService('testSubjects'); const listingTable = getService('listingTable'); - describe('Dashboard', () => { + describe.skip('Dashboard', () => { const dashboardName = 'Dashboard Listing A11y'; const clonedDashboardName = 'Dashboard Listing A11y Copy';