Skip to content

Commit

Permalink
skip flaky suite (#122001)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 16, 2022
1 parent cc3d190 commit 60a971a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('no apm privileges', () => {
// FLAKY: https://github.com/elastic/kibana/issues/122001
describe.skip('no apm privileges', () => {
before(async () => {
await security.role.create('no_apm_privileges_role', {
elasticsearch: {
Expand Down

0 comments on commit 60a971a

Please sign in to comment.