Skip to content

Commit

Permalink
skip flaky suite (#159368, #162051)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 18, 2023
1 parent 10c289d commit 0aa5b21
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 0aa5b21

Please sign in to comment.