mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
disable flaky test (#35932)
This commit is contained in:
parent
b8f94a6eff
commit
a9994a7c24
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