Skip to content

Commit

Permalink
Merge branch 'master' into usage_collection/changed_config
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Apr 16, 2021
2 parents 466f4eb + 1cbdb26 commit 365154c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export default function ({ getService }: FtrProviderContext) {
};
};

describe('feature controls', () => {
// FLAKY: https://github.com/elastic/kibana/issues/97355
describe.skip('feature controls', () => {
it(`APIs can't be accessed by user with no privileges`, async () => {
const username = 'logstash_read';
const roleName = 'logstash_read';
Expand Down

0 comments on commit 365154c

Please sign in to comment.