skip flaky suite (#157720)

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

View file

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