Skip to content

Commit

Permalink
skip flaky suite (#86948)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 15, 2021
1 parent 5ffb48d commit 4de5a7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/dashboard_listing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 4de5a7d

Please sign in to comment.