Skip to content

Commit

Permalink
ci(end to end): Remove display error for timeout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 4, 2024
1 parent 73efd7d commit 5324b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ jobs:
# Add delay
ddev exec -s crowdsec tc qdisc add dev eth0 root netem delay 500ms
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}
# Remove display error
sed -i 's/\x27display_errors\x27 => true/\x27display_errors\x27 => false/g' scripts/settings.php
cat scripts/settings.php
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}/tests/end-to-end/
./__scripts__/run-tests.sh ci "./__tests__/8-appsec-timeout-captcha.js"
Expand Down

0 comments on commit 5324b96

Please sign in to comment.