Skip to content

Commit ede34aa

Browse files
Trottdanielleadams
authored andcommitted
test: address flaky wpt/test-timers
Moving test harness from Parallel to Simple resolves most of the failures. negative-settimeout.any.js still needs to be marked flaky. Refs: #37672 PR-URL: #37691 Fixes: #37672 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 80af610 commit ede34aa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{}
1+
{
2+
"negative-settimeout.any.js": {
3+
"fail": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672"
4+
}
5+
}

test/wpt/testcfg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
import testpy
44

55
def GetConfiguration(context, root):
6-
return testpy.ParallelTestConfiguration(context, root, 'wpt')
6+
return testpy.SimpleTestConfiguration(context, root, 'wpt')

0 commit comments

Comments
 (0)