skip flaky suite (#86948)

This commit is contained in:
Tiago Costa 2021-02-15 13:40:03 +00:00
parent b54a5ec577
commit f8eef635e5
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const listingTable = getService('listingTable');
describe('dashboard listing page', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/86948
describe.skip('dashboard listing page', function describeIndexTests() {
const dashboardName = 'Dashboard Listing Test';
before(async function () {