Skip to content

Commit

Permalink
[Ops] Disable test suite (elastic#168455)
Browse files Browse the repository at this point in the history
## Summary
Disabling a very unstable suite
(elastic#168429)

cc: @nkhristinin
  • Loading branch information
delanni authored Oct 10, 2023
1 parent b0dbc70 commit 631c62b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});

describe('Risk engine enabled', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168429
describe.skip('Risk engine enabled', () => {
let hostId: string;
let userId: string;

Expand Down

0 comments on commit 631c62b

Please sign in to comment.