From 411f3e03fef8f6dfa6ec430dbcd9eb8d20c5fd84 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 PR-URL: https://github.com/nodejs/node/pull/19216 Refs: https://github.com/nodejs/node/issues/13498 Reviewed-By: Daniel Bevenius Reviewed-By: Colin Ihrig Reviewed-By: Jon Moss Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- 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