mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
10c289d86f
commit
0aa5b217c7
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue