mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Tests/LibWeb: Do not fail WPT tests on unexpected results
Since both the WebDriver and Browser API are currently unstable during WPT tests, it's a good idea to make sure that WPT passes even if there are unexpected results. This will help avoid having failures marked as red in the CI system caused by flaky WPT tests.
This commit is contained in:
parent
3a11b55286
commit
67de71d302
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ git clone --depth 10000 https://github.com/web-platform-tests/wpt.git
|
||||||
./concat-extract-metadata.py --extract metadata.txt metadata
|
./concat-extract-metadata.py --extract metadata.txt metadata
|
||||||
|
|
||||||
# Run tests.
|
# Run tests.
|
||||||
./wpt/wpt run ladybird --include-manifest include.ini --metadata ./metadata --manifest ./MANIFEST.json
|
./wpt/wpt run ladybird --no-fail-on-unexpected --no-fail-on-unexpected-pass --skip-timeout --include-manifest include.ini --metadata ./metadata --manifest ./MANIFEST.json --log-raw "${wpt_run_log_filename}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue