mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky test. #77933
This commit is contained in:
parent
6a37af4d04
commit
aceb96bcc3
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.common.navigateToApp('home');
|
||||
});
|
||||
|
||||
it('a11y test for manage spaces menu from top nav on Kibana home', async () => {
|
||||
// flaky https://github.com/elastic/kibana/issues/77933
|
||||
it.skip('a11y test for manage spaces menu from top nav on Kibana home', async () => {
|
||||
await PageObjects.spaceSelector.openSpacesNav();
|
||||
await retry.waitFor(
|
||||
'Manage spaces option visible',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue