Skip to content

Commit

Permalink
test: address flaky wpt/test-timers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and danielleadams committed Mar 16, 2021
1 parent 80af610 commit ede34aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion test/wpt/status/html/webappapis/timers.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"negative-settimeout.any.js": {
"fail": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672"
}
}
2 changes: 1 addition & 1 deletion test/wpt/testcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import testpy

def GetConfiguration(context, root):
return testpy.ParallelTestConfiguration(context, root, 'wpt')
return testpy.SimpleTestConfiguration(context, root, 'wpt')

0 comments on commit ede34aa

Please sign in to comment.