Skip to content

Commit 5324b96

Browse files
ci(end to end): Remove display error for timeout tests
1 parent 73efd7d commit 5324b96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ jobs:
492492
# Add delay
493493
ddev exec -s crowdsec tc qdisc add dev eth0 root netem delay 500ms
494494
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}
495+
# Remove display error
496+
sed -i 's/\x27display_errors\x27 => true/\x27display_errors\x27 => false/g' scripts/settings.php
495497
cat scripts/settings.php
496498
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}/tests/end-to-end/
497499
./__scripts__/run-tests.sh ci "./__tests__/8-appsec-timeout-captcha.js"

0 commit comments

Comments
 (0)