skip flaky suite (#159368, #162051)

This commit is contained in:
Tiago Costa 2023-07-18 16:29:10 +01:00
parent 10c289d86f
commit 0aa5b217c7
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -245,7 +245,9 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});
describe('#Single host Flyout', () => {
// FLAKY: https://github.com/elastic/kibana/issues/162051
// FLAKY: https://github.com/elastic/kibana/issues/159368
describe.skip('#Single host Flyout', () => {
before(async () => {
await setHostViewEnabled(true);
await pageObjects.common.navigateToApp(HOSTS_VIEW_PATH);