From 43b1d95fa5bcb78d5a8dd8ca913bd8856094511c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 7 Mar 2018 20:19:30 -0800 Subject: [PATCH] test: remove flaky status for test-npm-install I haven't seen test-npm-install fail on arm in a long time. There is no open issue for it being unreliable. Remove flaky designation in parallel.status file. (If it turns out it is flaky, it's easy enough to open an issue and restore the flaky designation.) Ref: https://github.com/nodejs/node/issues/13498 --- test/parallel/parallel.status | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 8163bc672f34a5..899e6adfac060d 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -15,7 +15,6 @@ test-postmortem-metadata: PASS,FLAKY [$system==macos] [$arch==arm || $arch==arm64] -test-npm-install: PASS,FLAKY [$system==solaris] # Also applies to SmartOS