mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#118288)
This commit is contained in:
parent
2466d4130a
commit
0d39b29c26
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue