Skip to content

Commit

Permalink
skip flaky test. #77933
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 8, 2021
1 parent 7fcddec commit 5cf0950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/spaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5cf0950

Please sign in to comment.