mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#115320)
This commit is contained in:
parent
d01ba7d685
commit
f76e5df353
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
await testSubjects.click('savedObjectSearchBar');
|
||||
};
|
||||
|
||||
describe('saved objects management integration', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/115320
|
||||
describe.skip('saved objects management integration', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load(
|
||||
'x-pack/test/saved_object_tagging/common/fixtures/es_archiver/so_management'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue