diff --git a/test/accessibility/apps/dashboard.ts b/test/accessibility/apps/dashboard.ts index 66b9ef0a96d5ad..8033dbb7ad2101 100644 --- a/test/accessibility/apps/dashboard.ts +++ b/test/accessibility/apps/dashboard.ts @@ -163,7 +163,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) { await listingTable.searchForItemWithName(''); }); - // Blocked by https://github.com/elastic/kibana/issues/38980 + // Blocked by https://github.com/elastic/kibana/issues/38980 it.skip('Open flight dashboard', async () => { await testSubjects.click('dashboardListingTitleLink-[Flights]-Global-Flight-Dashboard'); await a11y.testAppSnapshot();