From 3e2154dedac5bbe8ac834b3527982edb3d5548a8 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 5 Jan 2022 20:14:28 -0500 Subject: [PATCH] test: mark test-performance-eventloopdelay flaky Refs: https://github.com/nodejs/node/issues/41286 This is one of the remaining high indicende failures in the CI. Mark as flaky while it is investigated. Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/41409 Reviewed-By: Rich Trott Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- test/sequential/sequential.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 07fbc03ae3faec..5a0f873efc0aa2 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -29,3 +29,7 @@ test-buffer-creation-regression: SKIP test-perf-hooks: SKIP [$arch==arm] + +[$arch==s390x] +# https://github.com/nodejs/node/issues/41286 +test-performance-eventloopdelay: PASS, FLAKY