skip failing test suite (#155429)

This commit is contained in:
Kibana Machine 2023-04-20 18:55:47 -04:00
parent 012d019044
commit 90242065d9

View file

@ -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 () => {