Skip to content

Commit

Permalink
Update automated_response_actions.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed Jun 12, 2024
1 parent 74738c0 commit 1bb54d9
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';

// Failing: See https://github.com/elastic/kibana/issues/168427
describe.skip(
describe(
'Automated Response Actions',
{
tags: ['@ess', '@serverless'],
Expand Down Expand Up @@ -74,8 +73,7 @@ describe.skip(
login();
});

// FLAKY: https://github.com/elastic/kibana/issues/168340
describe.skip('From alerts', () => {
describe('From alerts', () => {
let ruleId: string;
let ruleName: string;

Expand Down

0 comments on commit 1bb54d9

Please sign in to comment.