Skip to content

Commit

Permalink
skip flaky suite (#118288)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 11, 2022
1 parent 2466d41 commit 0d39b29
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
return bools.every((currBool) => currBool === true);
};

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

0 comments on commit 0d39b29

Please sign in to comment.