Skip to content

Commit 3efc70e

Browse files
[7.11] [SOM] fix flaky suites (#91809) (#91881)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent e3f3833 commit 3efc70e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/functional/apps/saved_objects_management/edit_saved_object.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
5555
await button.click();
5656
};
5757

58-
// Flaky: https://github.com/elastic/kibana/issues/68400
59-
describe.skip('saved objects edition page', () => {
58+
describe('saved objects edition page', () => {
6059
beforeEach(async () => {
6160
await esArchiver.load('saved_objects_management/edit_saved_object');
6261
});

0 commit comments

Comments
 (0)