From 82266900970f1b2421c82db25b3987176ce1cdee Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 1 Nov 2021 08:08:12 -0700 Subject: [PATCH] test: mark test-policy-integrity flaky on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://github.com/nodejs/node/issues/40694 PR-URL: https://github.com/nodejs/node/pull/40684 Reviewed-By: Michaël Zasso Reviewed-By: Tobias Nießen Reviewed-By: Voltrex --- test/pummel/pummel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/pummel/pummel.status b/test/pummel/pummel.status index 5ff3cdbe0e5a7a..a447b56498c123 100644 --- a/test/pummel/pummel.status +++ b/test/pummel/pummel.status @@ -7,6 +7,8 @@ prefix pummel [true] # This section applies to all platforms [$system==win32] +# https://github.com/nodejs/node/issues/40694 +test-policy-integrity: PASS,FLAKY [$system==linux] # https://github.com/nodejs/node/issues/38226