mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -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) {
|
export default function({ getService }: FtrProviderContext) {
|
||||||
const supertest = getService('supertest');
|
const supertest = getService('supertest');
|
||||||
|
|
||||||
describe('Privileges', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/58785
|
||||||
|
describe.skip('Privileges', () => {
|
||||||
describe('GET /api/security/privileges', () => {
|
describe('GET /api/security/privileges', () => {
|
||||||
it('should return a privilege map with all known privileges, without actions', async () => {
|
it('should return a privilege map with all known privileges, without actions', async () => {
|
||||||
await supertest
|
await supertest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue