allow insecure TLS when running WPT tests

This commit is contained in:
Pierre Tachoire
2026-02-25 08:55:35 +01:00
parent 25c941b847
commit 3f92e388be
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ jobs:
run: |
./wpt serve & echo $! > WPT.pid
sleep 10s
./lightpanda serve & echo $! > LPD.pid
./lightpanda serve --insecure_disable_tls_host_verification --log_level error & echo $! > LPD.pid
sleep 1s
./wptrunner -json -concurrency 2 > wpt.json
kill `cat WPT.pid` `cat LPD.pid`