Skip to content

Commit

Permalink
unskip isolate/release responder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed Apr 23, 2024
1 parent 6cdb0ea commit 0c1bbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// Failing: See https://github.com/elastic/kibana/issues/172204
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
let policy: PolicyData;
let createdHost: CreateAndEnrollEndpointHostResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
}
});

// FLAKY: https://github.com/elastic/kibana/issues/172418
describe.skip('Host Isolation:', () => {
describe('Host Isolation:', () => {
beforeEach(() => {
login();
});
Expand Down

0 comments on commit 0c1bbce

Please sign in to comment.