Skip to content

Commit

Permalink
skip failing test suite (#157721)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 31, 2023
1 parent e9abdbd commit ca0c9bd
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 @@ -146,7 +146,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
security.user.delete('global_hosts_read_privileges_user'),
]);

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

before(async () => {
Expand Down

0 comments on commit ca0c9bd

Please sign in to comment.