skip failing test suite (#157718)

This commit is contained in:
Kibana Machine 2023-05-15 10:51:16 -04:00
parent b4c34a32af
commit 3f54db8f08

View file

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