mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#157760)
This commit is contained in:
parent
94d4574b58
commit
8d1afc5c97
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ export default function spaceSelectorFunctionalTests({
|
|||
});
|
||||
});
|
||||
|
||||
describe('Space Navigation Menu', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/157760
|
||||
describe.skip('Space Navigation Menu', () => {
|
||||
before(async () => {
|
||||
await PageObjects.security.forceLogout();
|
||||
await PageObjects.security.login(undefined, undefined, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue