skip flaky suite (#157718)

This commit is contained in:
Tiago Costa 2023-05-15 17:06:21 +01:00
parent a75c3906c6
commit b463112f58
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -180,7 +180,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
expect(pageUrl).to.contain(HOSTS_VIEW_PATH);
});
describe('#Landing page', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157718
describe.skip('#Landing page', () => {
beforeEach(() => {
setHostViewEnabled(false);
});