Skip to content

Commit

Permalink
skip flaky suite (elastic#159368, elastic#162051)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and Devon Thomson committed Aug 1, 2023
1 parent 8e43187 commit efa762d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/functional/apps/infra/hosts_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('#Single host Flyout', () => {
// FLAKY: https://github.com/elastic/kibana/issues/162051
// FLAKY: https://github.com/elastic/kibana/issues/159368
describe.skip('#Single host Flyout', () => {
before(async () => {
await setHostViewEnabled(true);
await pageObjects.common.navigateToApp(HOSTS_VIEW_PATH);
Expand Down

0 comments on commit efa762d

Please sign in to comment.