Skip to content

Commit 8f3a069

Browse files
committed
skip flaky suite (#106650)
1 parent dc6d50a commit 8f3a069

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/infra/home_page.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
8787
});
8888
});
8989

90-
describe('Saved Views', () => {
90+
// FLAKY: https://github.com/elastic/kibana/issues/106650
91+
describe.skip('Saved Views', () => {
9192
before(() => esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs'));
9293
after(() => esArchiver.unload('x-pack/test/functional/es_archives/infra/metrics_and_logs'));
9394
it('should have save and load controls', async () => {

0 commit comments

Comments
 (0)