mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#97355)
This commit is contained in:
parent
194355fdd3
commit
1cbdb26cea
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
};
|
||||
};
|
||||
|
||||
describe('feature controls', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/97355
|
||||
describe.skip('feature controls', () => {
|
||||
it(`APIs can't be accessed by user with no privileges`, async () => {
|
||||
const username = 'logstash_read';
|
||||
const roleName = 'logstash_read';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue