Skip to content

Commit

Permalink
skip flaky suite (#68400)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 13, 2021
1 parent 460d241 commit 0bcc108
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await delay(10);
};

describe('saved objects edition page', () => {
// FLAKY: https://github.com/elastic/kibana/issues/68400
describe.skip('saved objects edition page', () => {
beforeEach(async () => {
await esArchiver.load(
'test/functional/fixtures/es_archiver/saved_objects_management/edit_saved_object'
Expand Down

0 comments on commit 0bcc108

Please sign in to comment.