skip flaky suite (#157719)

This commit is contained in:
Tiago Costa 2023-05-15 17:33:20 +01:00
parent 38ad70ebe9
commit 556e3827bf
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -223,7 +223,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});
describe('#Single host Flyout', () => {
// FLAKY: https://github.com/elastic/kibana/issues/157719
describe.skip('#Single host Flyout', () => {
before(async () => {
await setHostViewEnabled(true);
await loginWithReadOnlyUser();