From dfe412b82560bec3a6bfdd92504ff358c322b27c Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 16 Dec 2021 14:00:36 -0500 Subject: [PATCH 1/2] test: mark wpt/test-user-timing test flaky - The RH team had a team day looking at helping move the CI closer to green. This is one of the flaky tests with the most reported failures and has been open since October. Marking flaky. Signed-off-by: Michael Dawson --- test/wpt/wpt.status | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/wpt/wpt.status b/test/wpt/wpt.status index de3b3024627a1b..7ff8babb4b0c2a 100644 --- a/test/wpt/wpt.status +++ b/test/wpt/wpt.status @@ -7,12 +7,18 @@ prefix wpt [true] # This section applies to all platforms [$system==win32] +# https://github.com/nodejs/node/issues/40449 +test-user-timing: PASS,FLAKY [$system==linux] [$system==macos] +# https://github.com/nodejs/node/issues/40449 +test-user-timing: PASS,FLAKY [$arch==arm || $arch==arm64] +# https://github.com/nodejs/node/issues/40449 +test-user-timing: PASS,FLAKY [$system==solaris] # Also applies to SmartOS From ea1e4658c275b777e014d4af7a4e41238b025adc Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 16 Dec 2021 15:00:15 -0500 Subject: [PATCH 2/2] Update wpt.status --- test/wpt/wpt.status | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/wpt/wpt.status b/test/wpt/wpt.status index 7ff8babb4b0c2a..d20d108ac9906d 100644 --- a/test/wpt/wpt.status +++ b/test/wpt/wpt.status @@ -5,20 +5,16 @@ prefix wpt # sample-test : PASS,FLAKY [true] # This section applies to all platforms - -[$system==win32] # https://github.com/nodejs/node/issues/40449 test-user-timing: PASS,FLAKY +[$system==win32] + [$system==linux] [$system==macos] -# https://github.com/nodejs/node/issues/40449 -test-user-timing: PASS,FLAKY [$arch==arm || $arch==arm64] -# https://github.com/nodejs/node/issues/40449 -test-user-timing: PASS,FLAKY [$system==solaris] # Also applies to SmartOS