Skip to content

Commit

Permalink
skip failing test suite (elastic#177761)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 23, 2024
1 parent 7481923 commit 36ebbb2
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'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/177761
describe.skip('Detection response view', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
deleteAlertsAndRules();
cy.task('esArchiverLoad', { archiveName: 'auditbeat_multiple' });
Expand Down

0 comments on commit 36ebbb2

Please sign in to comment.