Skip to content

Commit

Permalink
skip failing test suite (#157718)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and jasonrhodes committed May 17, 2023
1 parent c865177 commit e516b60
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 @@ -149,7 +149,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const enableHostView = () => pageObjects.infraHostsView.clickEnableHostViewButton();

// Tests
describe('Hosts View', function () {
// Failing: See https://github.com/elastic/kibana/issues/157718
describe.skip('Hosts View', function () {
this.tags('includeFirefox');

before(async () => {
Expand Down

0 comments on commit e516b60

Please sign in to comment.