Skip to content

Commit

Permalink
skip flaky suite (#57377)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 30, 2020
1 parent b844fc5 commit 48a11c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('no advanced_settings privileges', function() {
// FLAKY: https://github.com/elastic/kibana/issues/57377
describe.skip('no advanced_settings privileges', function() {
this.tags(['skipCoverage']);
before(async () => {
await security.role.create('no_advanced_settings_privileges_role', {
Expand Down

0 comments on commit 48a11c8

Please sign in to comment.