Skip to content

Commit

Permalink
skip flaky suite (#51942)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 3, 2020
1 parent 168e0e2 commit fcbcc63
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 @@ -20,7 +20,8 @@ export default function spaceSelectorFunctonalTests({
'spaceSelector',
]);

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

0 comments on commit fcbcc63

Please sign in to comment.