mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#145134)
This commit is contained in:
parent
34d8a68d10
commit
19c4e19813
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const supertest = getService('supertest');
|
||||
|
||||
describe('Privileges', () => {
|
||||
describe('GET /api/security/privileges', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/145134
|
||||
describe.skip('GET /api/security/privileges', () => {
|
||||
it('should return a privilege map with all known privileges, without actions', async () => {
|
||||
// If you're adding a privilege to the following, that's great!
|
||||
// If you're removing a privilege, this breaks backwards compatibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue