Skip to content

Commit

Permalink
skip flaky suite (#88639)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 25, 2021
1 parent eab2ddd commit 3232068
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('editing', () => {
// FLAKY: https://github.com/elastic/kibana/issues/88639
describe.skip('editing', () => {
beforeEach(async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
await listingTable.waitUntilTableIsLoaded();
Expand Down

0 comments on commit 3232068

Please sign in to comment.