Skip to content

Commit

Permalink
skip flaky suite (#197765)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 28, 2024
1 parent 3759a60 commit 924b72e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ export default ({ getService }: FtrProviderContext) => {
});

cases.forEach(({ eventsCount, threatsCount, title }) => {
describe(`Code execution path: ${title}`, () => {
// FLAKY: https://github.com/elastic/kibana/issues/197765
describe.skip(`Code execution path: ${title}`, () => {
it('should suppress an alert on real rule executions', async () => {
const id = uuidv4();
const firstTimestamp = new Date().toISOString();
Expand Down

0 comments on commit 924b72e

Please sign in to comment.