Skip to content

Commit

Permalink
Revert "Unskip flaky test (elastic#117402)" (elastic#119549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Robertson authored and TinLe committed Dec 22, 2021
1 parent bd57d37 commit 711fc68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 711fc68

Please sign in to comment.