Skip to content

Commit

Permalink
skip failing test suite (#162221)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 19, 2023
1 parent 734c1e1 commit 85c85e9
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 @@ -155,7 +155,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
return !!currentUrl.match(path);
});

describe('Hosts View', function () {
// Failing: See https://github.com/elastic/kibana/issues/162221
describe.skip('Hosts View', function () {
before(async () => {
await Promise.all([
esArchiver.load('x-pack/test/functional/es_archives/infra/alerts'),
Expand Down

0 comments on commit 85c85e9

Please sign in to comment.