mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#155429)
This commit is contained in:
parent
012d019044
commit
90242065d9
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
|
||||
// Tests
|
||||
|
||||
describe('Hosts View', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/155429
|
||||
describe.skip('Hosts View', function () {
|
||||
this.tags('includeFirefox');
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue