Skip to content

Commit

Permalink
skip flaky suite (#168772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 18, 2023
1 parent 35038c1 commit be85fef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ import { ALERTS_URL, DASHBOARDS_URL, DETECTION_AND_RESPONSE_URL } from '../../..
const TEST_USER_NAME = 'test';
const SIEM_KIBANA_HOST_NAME = 'siem-kibana';

describe('Detection response view', { tags: ['@ess', '@serverless'] }, () => {
// FLAKY: https://github.com/elastic/kibana/issues/168772
describe.skip('Detection response view', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
cleanKibana();
createRule(getNewRule());
Expand Down

0 comments on commit be85fef

Please sign in to comment.