Skip to content

Commit

Permalink
skip flaky suite (#99581)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 3, 2021
1 parent 2ea4d57 commit f5df40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/spaces/spaces_selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function spaceSelectorFunctionalTests({
'spaceSelector',
]);

describe('Spaces', function () {
// FLAKY: https://github.com/elastic/kibana/issues/99581
describe.skip('Spaces', function () {
this.tags('includeFirefox');
describe('Space Selector', () => {
before(async () => {
Expand Down

0 comments on commit f5df40a

Please sign in to comment.