Skip to content

Commit

Permalink
skip flaky suite (#100012)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 17, 2021
1 parent ac35d6c commit 8d85d72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/spaces/enter_space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function enterSpaceFunctonalTests({
const esArchiver = getService('esArchiver');
const PageObjects = getPageObjects(['security', 'spaceSelector']);

describe('Enter Space', function () {
// FLAKY: https://github.com/elastic/kibana/issues/100012
describe.skip('Enter Space', function () {
this.tags('includeFirefox');
before(async () => {
await esArchiver.load('spaces/enter_space');
Expand Down

0 comments on commit 8d85d72

Please sign in to comment.