skip flaky suite (#105171)

(cherry picked from commit 3a9aa78458)
This commit is contained in:
spalger 2021-10-06 18:16:53 +00:00
parent 1ab6f9d6cf
commit 132b51d811

View file

@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const listingTable = getService('listingTable');
describe('Dashboard', () => {
// FLAKY: https://github.com/elastic/kibana/issues/105171
describe.skip('Dashboard', () => {
const dashboardName = 'Dashboard Listing A11y';
const clonedDashboardName = 'Dashboard Listing A11y Copy';