From 1ab9ff46a5560e56593ad192e2599929aacbef7f Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 22 Feb 2024 23:14:32 +0100 Subject: [PATCH] test: mark test-wasi as flaky on Windows on ARM It has failed 22 PRs from the latest 100 CI runs. PR-URL: https://github.com/nodejs/node/pull/51834 Refs: https://github.com/nodejs/node/issues/51822 Refs: https://github.com/nodejs/reliability/issues/790 Reviewed-By: Marco Ippolito Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel --- test/wasi/wasi.status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/wasi/wasi.status b/test/wasi/wasi.status index 12212e8f72822b..18792fc2ea3dd5 100644 --- a/test/wasi/wasi.status +++ b/test/wasi/wasi.status @@ -5,3 +5,8 @@ prefix wasi # sample-test : PASS,FLAKY [true] # This section applies to all platforms + +# Windows on ARM +[$system==win32 && $arch==arm64] +# https://github.com/nodejs/node/issues/51822 +test-wasi: PASS, FLAKY