Skip to content

Commit

Permalink
skip flaky suite (#157711)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 15, 2023
1 parent 7a24d52 commit f847eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/infra/home_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('alerts flyouts', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157711
describe.skip('alerts flyouts', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');
await pageObjects.common.navigateToApp('infraOps');
Expand Down

0 comments on commit f847eab

Please sign in to comment.