mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#60470)
This commit is contained in:
parent
5696f6285c
commit
3d154a389e
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
|
|||
// await PageObjects.common.navigateToApp('settings');
|
||||
// });
|
||||
|
||||
describe('Management', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/60470
|
||||
describe.skip('Management', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('discover');
|
||||
await esArchiver.loadIfNeeded('logstash_functional');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue