diff --git a/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/trusted_apps.ts b/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/trusted_apps.ts index bf6a1ffc529e7..d77b01ac1b1f6 100644 --- a/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/trusted_apps.ts +++ b/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/trusted_apps.ts @@ -26,9 +26,7 @@ export default function ({ getService }: FtrProviderContext) { // @skipInServerlessMKI due to authentication issues - we should migrate from Basic to Bearer token when available // @skipInServerlessMKI - if you are removing this annotation, make sure to add the test suite to the MKI pipeline in .buildkite/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_defend_workflows.yml - // Failing: See https://github.com/elastic/kibana/issues/235451 - // Failing: See https://github.com/elastic/kibana/issues/235456 - describe.skip('@ess @serverless @skipInServerlessMKI Endpoint artifacts (via lists plugin): Trusted Applications', function () { + describe('@ess @serverless @skipInServerlessMKI Endpoint artifacts (via lists plugin): Trusted Applications', function () { let fleetEndpointPolicy: PolicyTestResourceInfo; let t1AnalystSupertest: TestAgent; let endpointPolicyManagerSupertest: TestAgent; diff --git a/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/artifacts.ts b/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/artifacts.ts index 7594b293baa6a..7b97178f6bfb8 100644 --- a/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/artifacts.ts +++ b/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/artifacts.ts @@ -43,8 +43,7 @@ export default function ({ getService }: FtrProviderContext) { // @skipInServerless: due to the fact that the serverless builtin roles are not yet updated with new privilege // and tests below are currently creating a new role/user - // Failing: See https://github.com/elastic/kibana/issues/235444 - describe.skip('@ess @skipInServerless, @skipInServerlessMKI Endpoint Artifacts space awareness support', function () { + describe('@ess @skipInServerless, @skipInServerlessMKI Endpoint Artifacts space awareness support', function () { const afterEachDataCleanup: Array> = []; const spaceOneId = 'space_one'; const spaceTwoId = 'space_two'; diff --git a/x-pack/solutions/security/test/security_solution_endpoint/apps/integrations/artifact_entries_list.ts b/x-pack/solutions/security/test/security_solution_endpoint/apps/integrations/artifact_entries_list.ts index f87bdf399049d..610ab02530deb 100644 --- a/x-pack/solutions/security/test/security_solution_endpoint/apps/integrations/artifact_entries_list.ts +++ b/x-pack/solutions/security/test/security_solution_endpoint/apps/integrations/artifact_entries_list.ts @@ -40,8 +40,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { } }; - // Failing: See https://github.com/elastic/kibana/issues/235447 - describe.skip('For each artifact list under management', function () { + describe('For each artifact list under management', function () { targetTags(this, ['@ess', '@serverless']); this.timeout(60_000 * 5);