mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suites (#100570)
This commit is contained in:
parent
77a620c070
commit
589cf5bcb8
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue