Skip to content

Commit

Permalink
skip flaky suite (#116881)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 2, 2021
1 parent 02e8271 commit 4d8363a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,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: {
Expand Down

0 comments on commit 4d8363a

Please sign in to comment.