Skip to content

Commit

Permalink
skip flaky suite (#113080)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 25, 2021
1 parent 1a2af9d commit 61ea89f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('no dev_tools privileges', () => {
// FLAKY: https://github.com/elastic/kibana/issues/113080
describe.skip('no dev_tools privileges', () => {
before(async () => {
await security.role.create('no_dev_tools_privileges_role', {
kibana: [
Expand Down

0 comments on commit 61ea89f

Please sign in to comment.