skip flaky suite (#118288)

This commit is contained in:
Tiago Costa 2022-02-07 17:30:39 +00:00
parent 2466d4130a
commit 0d39b29c26
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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'