mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
5e6d6f17ec
commit
a29fe11d61
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
|
|||
export default function({ getService }: FtrProviderContext) {
|
||||
const supertest = getService('supertest');
|
||||
|
||||
describe('Privileges', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/58785
|
||||
describe.skip('Privileges', () => {
|
||||
describe('GET /api/security/privileges', () => {
|
||||
it('should return a privilege map with all known privileges, without actions', async () => {
|
||||
await supertest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue