Skip to content

Commit

Permalink
skip flaky suite. #111234
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 22, 2021
1 parent b90aec6 commit 728b91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/accessibility/apps/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 728b91b

Please sign in to comment.