Skip to content

Commit

Permalink
skip flaky suite (#137136)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 26, 2022
1 parent b459ffa commit 710432a
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 @@ -20,7 +20,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const toasts = getService('toasts');
const kibanaServer = getService('kibanaServer');

describe('Kibana Spaces Accessibility', () => {
// FLAKY: https://github.com/elastic/kibana/issues/137136
describe.skip('Kibana Spaces Accessibility', () => {
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
await PageObjects.common.navigateToApp('home');
Expand Down

0 comments on commit 710432a

Please sign in to comment.