Skip to content

Commit

Permalink
[EDR Workflows] Unskip DW tests (#196794)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl authored Oct 21, 2024
1 parent 2c25cc0 commit 82a91b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,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/195476
describe.skip('Endpoints page', { tags: ['@ess', '@serverless'] }, () => {
describe('Endpoints page', { 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 @@ -23,8 +23,7 @@ import {
setSecuritySolutionEndpointGroupPrivilege,
} from '../../screens/stack_management/role_page';

// FLAKY: https://github.com/elastic/kibana/issues/195477
describe.skip(
describe(
'When defining a kibana role for Endpoint security access with space awareness enabled',
{
// TODO:PR Remove `'@skipInServerlessMKI` once PR merges to `main`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts';
import { login } from '../../tasks/login';
import { loadPage } from '../../tasks/common';

// FLAKY: https://github.com/elastic/kibana/issues/172549
describe.skip(
describe(
'Response actions history page',
{ tags: ['@ess', '@serverless', '@skipInServerlessMKI'] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,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/172418
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 @@ -14,4 +14,5 @@ export const ENDPOINT_ALERTS_INDEX = 'logs-endpoint.alerts-default';
export const COMMON_API_HEADERS = Object.freeze({
'kbn-xsrf': 'security-solution',
'x-elastic-internal-origin': 'security-solution',
'elastic-api-version': '2023-10-31',
});
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const getExceptionList1 = () => ({

const EXCEPTION_LIST_NAME = 'Newly created list';

// FLAKY: https://github.com/elastic/kibana/issues/180740
describe.skip('Exception list detail page', { tags: ['@ess', '@serverless'] }, () => {
describe('Exception list detail page', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();

Expand Down

0 comments on commit 82a91b4

Please sign in to comment.