summaryrefslogtreecommitdiff
path: root/tools/wpt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wpt')
-rw-r--r--tools/wpt/utils.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts
index 1752dab04..8aa27a664 100644
--- a/tools/wpt/utils.ts
+++ b/tools/wpt/utils.ts
@@ -98,6 +98,7 @@ export function getExpectFailForCase(
expectation: boolean | string[],
caseName: string,
): boolean {
+ if (noIgnore) return false;
if (typeof expectation == "boolean") {
return !expectation;
}