mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
disable flaky suite (#48617)
This commit is contained in:
parent
213014bb88
commit
adc204e7e6
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
|
|||
}
|
||||
}
|
||||
|
||||
describe('feature controls', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/48617
|
||||
describe.skip('feature controls', () => {
|
||||
const codeAdminUsername = 'code_admin_user';
|
||||
const codeAdminRoleName = 'code_admin_role';
|
||||
const codeAdminUserPassword = `${codeAdminUsername}-password`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue