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 gbamparop committed Jan 12, 2022
1 parent bf71105 commit 6d6b104
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 6d6b104

Please sign in to comment.