mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
c7b0aabd06
commit
8cbf57a7ff
1 changed files with 2 additions and 1 deletions
|
@ -499,7 +499,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('no dashboard privileges', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116881
|
||||
describe.skip('no dashboard privileges', () => {
|
||||
before(async () => {
|
||||
await security.role.create('no_dashboard_privileges_role', {
|
||||
elasticsearch: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue