skip flaky suite. #111234

This commit is contained in:
Jonathan Budzenski 2021-09-22 09:37:25 -05:00
parent 6bf766abb9
commit 1adb492e15

View file

@ -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';