Skip to content

Commit

Permalink
Revert "Unskip flaky test (elastic#117402)" (elastic#119549)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8cbf57a)
  • Loading branch information
Corey Robertson authored and kibanamachine committed Jan 26, 2022
1 parent 085a51f commit 826b8e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,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 826b8e5

Please sign in to comment.