Skip to content

Commit

Permalink
[SOM] fix flaky suites (#91809)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
Bamieh and kibanamachine committed Feb 18, 2021
1 parent e3f3833 commit 33c9e86
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await button.click();
};

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

0 comments on commit 33c9e86

Please sign in to comment.