Skip to content

Commit

Permalink
skip flaky suite (#57377)
Browse files Browse the repository at this point in the history
(cherry picked from commit 48a11c8)
  • Loading branch information
spalger committed Mar 30, 2020
1 parent 7372833 commit 036a9cc
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', () => {
// FLAKY: https://github.com/elastic/kibana/issues/57377
describe.skip('no advanced_settings privileges', () => {
before(async () => {
await security.role.create('no_advanced_settings_privileges_role', {
elasticsearch: {
Expand Down

0 comments on commit 036a9cc

Please sign in to comment.