diff options
Diffstat (limited to 'tools/wpt.ts')
-rwxr-xr-x | tools/wpt.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/wpt.ts b/tools/wpt.ts index 4ebe875c9..eb1893940 100755 --- a/tools/wpt.ts +++ b/tools/wpt.ts @@ -648,7 +648,8 @@ function discoverTestsToRun( if ( !url.pathname.endsWith(".any.html") && !url.pathname.endsWith(".window.html") && - !url.pathname.endsWith(".worker.html") + !url.pathname.endsWith(".worker.html") && + !url.pathname.endsWith(".worker-module.html") ) { continue; } |