From baa47845b03647f855bb6c8bf087a4d1ba326d2d Mon Sep 17 00:00:00 2001 From: Eliott Bouhana Date: Wed, 18 Dec 2024 17:50:13 +0100 Subject: [PATCH] only do one run of APPSEC_STANDALONE in the system-tests CI Signed-off-by: Eliott Bouhana --- .github/workflows/system-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 420888f012..c8a0b287f7 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -57,7 +57,6 @@ jobs: - APPSEC_API_SECURITY - APPSEC_RASP - APPSEC_RUNTIME_ACTIVATION - - APPSEC_STANDALONE - APM_TRACING_E2E - APM_TRACING_E2E_SINGLE_SPAN - APM_TRACING_E2E_OTEL @@ -80,6 +79,8 @@ jobs: scenario: APPSEC_CORRUPTED_RULES - weblog-variant: net-http scenario: APPSEC_LOW_WAF_TIMEOUT + - weblog-variant: net-http + scenario: APPSEC_STANDALONE - weblog-variant: net-http scenario: APPSEC_CUSTOM_OBFUSCATION # APM scenarios requiring specific environment settings