mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#157718)
This commit is contained in:
parent
b4c34a32af
commit
3f54db8f08
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue