From 5683efb90ad27c12315d8d80f2744e74e662b31e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 18 Feb 2016 20:23:22 -0800 Subject: [PATCH] test: remove flaky mark for test-debug-no-context test-debug-no-context flakiness was worked around in issue 5269 but the flaky designation was left for the test. This change removes it. Refs: https://github.com/nodejs/node/pull/5269 PR-URL: https://github.com/nodejs/node/pull/5317 Reviewed-By: Evan Lucas Reviewed-By: James M Snell --- test/parallel/parallel.status | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 14f80052e0e6f3..cbf5ef4c1377fb 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,7 +7,6 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] -test-debug-no-context : PASS,FLAKY test-tls-ticket-cluster : PASS,FLAKY test-tick-processor : PASS,FLAKY