skip flaky suite. #111234

This commit is contained in:
Jonathan Budzenski 2021-09-22 09:37:25 -05:00
parent b90aec6475
commit 728b91b2f1

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