Skip to content

Commit

Permalink
Revert "[7.11] [SOM] fix flaky suites (#91809) (#91881)"
Browse files Browse the repository at this point in the history
This reverts commit 3efc70e.
  • Loading branch information
jbudz committed Feb 19, 2021
1 parent 617d2e7 commit acbc6c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await button.click();
};

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

0 comments on commit acbc6c0

Please sign in to comment.