Skip to content

Commit

Permalink
skip flaky suite (#176445)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 5, 2024
1 parent ee214b8 commit 65ce0c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
.catch((error: any) => ({ error, response: undefined }));
}

describe('feature controls', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176445
describe.skip('feature controls', () => {
it(`settings can be saved with the advancedSettings: ["all"] feature privilege`, async () => {
const username = 'settings_all';
const roleName = 'settings_all';
Expand Down

0 comments on commit 65ce0c3

Please sign in to comment.