Skip to content

Commit

Permalink
skip flaky suite (elastic#166344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 20, 2023
1 parent d43ec95 commit 2b3df1f
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 @@ -358,7 +358,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});

describe('Host details page navigation', () => {
// FLAKY: https://github.com/elastic/kibana/issues/166344
describe.skip('Host details page navigation', () => {
after(async () => {
await pageObjects.common.navigateToApp(HOSTS_VIEW_PATH);
await pageObjects.header.waitUntilLoadingHasFinished();
Expand Down

0 comments on commit 2b3df1f

Please sign in to comment.