diff --git a/test/wpt/status/html/webappapis/timers.json b/test/wpt/status/html/webappapis/timers.json
index 0967ef424bce67..62476f7f106609 100644
--- a/test/wpt/status/html/webappapis/timers.json
+++ b/test/wpt/status/html/webappapis/timers.json
@@ -1 +1,5 @@
-{}
+{
+ "negative-settimeout.any.js": {
+ "fail": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672"
+ }
+}
diff --git a/test/wpt/testcfg.py b/test/wpt/testcfg.py
index db235699ddfe57..3c356cf474d83c 100644
--- a/test/wpt/testcfg.py
+++ b/test/wpt/testcfg.py
@@ -3,4 +3,4 @@
import testpy
def GetConfiguration(context, root):
- return testpy.ParallelTestConfiguration(context, root, 'wpt')
+ return testpy.SimpleTestConfiguration(context, root, 'wpt')