skip flaky suite (#100012)

This commit is contained in:
Tiago Costa 2021-05-17 16:12:08 +01:00
parent ac35d6cd59
commit 8d85d72fef
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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');