8000 chore: temporarily deactivate test for 920390 by theseion · Pull Request #4027 · coreruleset/coreruleset · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: temporarily deactivate test for 920390 #4027

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
fi

./ftw check -d tests/regression/tests
# temporarily deactivate 920390
./ftw run \
-d tests/regression/tests \
--log-file "tests/logs/${{ matrix.modsec_version }}/error.log" \
--overrides tests/regression/${{ matrix.modsec_version == 'modsec2-apache' && 'httpd' || 'nginx' }}-overrides.yaml \
--show-failures-only
--show-failures-only \
--exclude 920390

- name: "Change permissions of artifacts for upload"
if: failure()
Expand Down
7 changes: 0 additions & 7 deletions tests/regression/httpd-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@ test_overrides:
status: 200
log:
no_expect_ids: [920380]
- rule_id: 920390
test_ids: [1]
reason: Exceeds PCRE limits, currently segfaults on the CI
output:
expect_error: true
log:
no_expect_ids: [920390]
0