From 202bfcc1c030d7e1674c3627f6ec02b1a899ba78 Mon Sep 17 00:00:00 2001 From: jeyanthinath Date: Wed, 26 Jul 2017 12:04:04 +0530 Subject: [PATCH] test: mark test-fs-read-buffer-to-string-fail as flaky PR-URL: https://github.com/nodejs/node/pull/14495 Fixes: https://github.com/nodejs/node/issues/14430 Reviewed-By: Refael Ackermann Reviewed-By: Colin Ihrig --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 97e7803f4d40a5..b2eccf8eb69c75 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,6 +5,7 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +test-fs-read-buffer-tostring-fail : PASS,FLAKY [$system==win32]