mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
a1fe1690e0
commit
398f274a6b
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default function({ getPageObjects, getService }: KibanaFunctionalTestDefa
|
|||
const testSubjects = getService('testSubjects');
|
||||
const globalNav = getService('globalNav');
|
||||
|
||||
describe('security feature controls', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/38414
|
||||
describe.skip('security 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