mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#97382)
This commit is contained in:
parent
721f4b55f5
commit
e321f57f64
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
|
|||
const supertest = getService('supertestWithoutAuth');
|
||||
const security = getService('security');
|
||||
|
||||
describe('feature controls', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/97382
|
||||
describe.skip('feature controls', () => {
|
||||
const kibanaUsername = 'kibana_admin';
|
||||
const kibanaUserRoleName = 'kibana_admin';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue