Skip to content

Commit

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

describe('#Landing page', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157718
describe.skip('#Landing page', () => {
beforeEach(() => {
setHostViewEnabled(false);
});
Expand Down

0 comments on commit b463112

Please sign in to comment.