diff options
Diffstat (limited to 'tools/wpt/runner.ts')
-rw-r--r-- | tools/wpt/runner.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts index 07edcec68..27b94da1f 100644 --- a/tools/wpt/runner.ts +++ b/tools/wpt/runner.ts @@ -94,6 +94,7 @@ export async function runSingleTest( "run", "-A", "--unstable", + "--enable-testing-features-do-not-use", "--location", url.toString(), "--cert", |