mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#145135)
This commit is contained in:
parent
261231f8c8
commit
e7730f0ab1
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
};
|
||||
|
||||
describe('Privileges', () => {
|
||||
describe('GET /api/security/privileges', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/145135
|
||||
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