mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
disable flaky tests
This commit is contained in:
parent
3000ed8f02
commit
a99ab83e1d
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