Skip to content

Commit

Permalink
skip flaky suite (#135341)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 25, 2022
1 parent 37831e4 commit bf12ac2
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 @@ -85,7 +85,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

// creating space b and making it the current space so space selector page gets displayed when space b gets deleted
it('a11y test for delete space button', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/135341
it.skip('a11y test for delete space button', async () => {
await PageObjects.spaceSelector.clickCreateSpace();
await PageObjects.spaceSelector.clickEnterSpaceName();
await PageObjects.spaceSelector.addSpaceName('space_b');
Expand Down

0 comments on commit bf12ac2

Please sign in to comment.