mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#164164)
This commit is contained in:
parent
cfea3f8624
commit
0cbca7a146
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('with metrics present', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/164164
|
||||
describe.skip('with metrics present', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');
|
||||
await pageObjects.common.navigateToApp('infraOps');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue