mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#111076)
This commit is contained in:
parent
b0a48bdbe1
commit
42593d86f4
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Saved Views', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/111076
|
||||
describe.skip('Saved Views', () => {
|
||||
before(() => esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs'));
|
||||
after(() => esArchiver.unload('x-pack/test/functional/es_archives/infra/metrics_and_logs'));
|
||||
describe('save functionality', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue