Skip to content

Commit

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

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

0 comments on commit e2dd4c0

Please sign in to comment.