Skip to content

Commit

Permalink
skip flaky suites (elastic#100570)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and roeehub committed Dec 16, 2021
1 parent da07fb2 commit 73d0652
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/100570
describe.skip('Enter Space', function () {
this.tags('includeFirefox');
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/spaces/enter_space');
Expand Down

0 comments on commit 73d0652

Please sign in to comment.