mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
4b153a54c8
commit
748e96df8f
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function({ getPageObjects, getService }: KibanaFunctionalTestDefa
|
|||
const PageObjects = getPageObjects(['common', 'maps', 'security']);
|
||||
const appsMenu = getService('appsMenu');
|
||||
|
||||
describe('spaces feature controls', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/38414
|
||||
describe.skip('spaces feature controls', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('maps/data');
|
||||
await esArchiver.load('maps/kibana');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue