Skip to content

Commit c24f467

Browse files
authored
chore(test): rename system-tests scenario (#6034)
## Following DataDog/system-tests/pull/1117, APPSEC_IP_BLOCKING and APPSEC_IP_BLOCKING_MAXED scenarios has been merged and renamed in APPSEC_BLOCKING_FULL_DENYLIST ## Checklist - [x] Change(s) are motivated and described in the PR description. - [x] Testing strategy is described if automated tests are not included in the PR. - [x] Risk is outlined (performance impact, potential for breakage, maintainability, etc). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines) are followed. - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)). ## Reviewer Checklist - [x] Title is accurate. - [x] No unnecessary changes are introduced. - [x] Description motivates each change. - [x] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [x] Testing strategy adequately addresses listed risk(s). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] Release note makes sense to a user of the library. - [x] Reviewer has explicitly acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment.
1 parent 1c2419e commit c24f467

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/system-tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,8 @@ jobs:
7979
- name: Run APPSEC_RATE_LIMITER
8080
run: ./run.sh APPSEC_RATE_LIMITER
8181

82-
- name: Run APPSEC_IP_BLOCKING
83-
run: ./run.sh APPSEC_IP_BLOCKING
84-
85-
- name: Run APPSEC_IP_BLOCKING
86-
run: ./run.sh APPSEC_IP_BLOCKING
87-
88-
- name: Run APPSEC_IP_BLOCKING_MAXED
89-
run: ./run.sh APPSEC_IP_BLOCKING_MAXED
82+
- name: Run APPSEC_BLOCKING_FULL_DENYLIST
83+
run: ./run.sh APPSEC_BLOCKING_FULL_DENYLIST
9084

9185
- name: Run APPSEC_REQUEST_BLOCKING
9286
run: ./run.sh APPSEC_REQUEST_BLOCKING

0 commit comments

Comments
 (0)