diff --git a/test/common/wpt.js b/test/common/wpt.js index 5ff731e13051d5..6ec6cd8c1ec6f2 100644 --- a/test/common/wpt.js +++ b/test/common/wpt.js @@ -411,7 +411,7 @@ class StatusLoader { const list = this.grep(filepath); result = result.concat(list); } else { - if (!(/\.\w+\.js$/.test(filepath))) { + if (!(/\.\w+\.js$/.test(filepath)) || filepath.endsWith('.helper.js')) { continue; } result.push(filepath);