From af2305f22622e3d858d96ca716fa53e224630e6b Mon Sep 17 00:00:00 2001 From: Paul Tavares <56442535+paul-tavares@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:54:45 -0400 Subject: [PATCH 1/2] [Security Solution][Endpoint] Un-skip tests (#236456) ## Summary - Un-skips tests that recently failed during an ES promotion. They all seem to have no issue and some of hte failure jobs that triggered these to be skip had shown that the runtime env. ran out of disk space. Closes #235451 Closes #235456 Closes #235447 Closes #235444 Closes #235907 Closes #235887 Closes #235885 Closes #235722 Closes #235696 Closes #235693 Closes #235458 Closes #235445 Closes #235443 (cherry picked from commit d438fe8b61c003111fd5cc7ed4daa4de4f1be6fb) # Conflicts: # x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/artifacts/trial_license_complete_tier/trusted_apps.ts # x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/artifacts.ts # x-pack/solutions/security/test/security_solution_endpoint/apps/integrations/artifact_entries_list.ts --- .../artifacts/trial_license_complete_tier/trusted_apps.ts | 6 +----- .../spaces/trial_license_complete_tier/artifacts.ts | 0 .../apps/integrations/artifact_entries_list.ts | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/artifacts.ts 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 baaf927530348..b40dd0bb44ec5 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,11 +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 - // Failing: See https://github.com/elastic/kibana/issues/235458 - // Failing: See https://github.com/elastic/kibana/issues/235693 - 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 new file mode 100644 index 0000000000000..e69de29bb2d1d 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 e9eae83fd602a..103428101e105 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 @@ -51,7 +51,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { .set('kbn-xsrf', 'true'); }; - // Failing: See https://github.com/elastic/kibana/issues/235447 describe.skip('For each artifact list under management', function () { targetTags(this, ['@ess', '@serverless']); this.timeout(60_000 * 5); From 01d2756c1428fca0d6fe43cd1eca5de4683da79f Mon Sep 17 00:00:00 2001 From: Paul Tavares Date: Wed, 1 Oct 2025 08:46:39 -0400 Subject: [PATCH 2/2] Fix backport - remove file --- .../edr_workflows/spaces/trial_license_complete_tier/artifacts.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/artifacts.ts 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 deleted file mode 100644 index e69de29bb2d1d..0000000000000