mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
f8cf582e1d
commit
379162b0a1
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ import { KibanaFunctionalTestDefaultProviders } from '../../../../types/provider
|
|||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default function({ loadTestFile }: KibanaFunctionalTestDefaultProviders) {
|
||||
describe('feature controls', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/35932
|
||||
describe.skip('feature controls', () => {
|
||||
loadTestFile(require.resolve('./infrastructure_security'));
|
||||
loadTestFile(require.resolve('./infrastructure_spaces'));
|
||||
loadTestFile(require.resolve('./logs_security'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue