mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#157719)
This commit is contained in:
parent
38ad70ebe9
commit
556e3827bf
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue