From cf435d55db1900b996e069738673ce1ed4cee180 Mon Sep 17 00:00:00 2001 From: Alexis Campailla Date: Wed, 22 Jul 2015 16:12:02 +0200 Subject: [PATCH] test: mark test-signal-unregister as flaky This test just failed on Ubuntu in Jenkins, for a change that is 100% Windows-specific. Reviewed-By: Joao Reis PR-URL: https://github.com/joyent/node/pull/25750 --- test/simple/simple.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/simple/simple.status b/test/simple/simple.status index c80452f15d12db..9fb8a9f2d4d70e 100644 --- a/test/simple/simple.status +++ b/test/simple/simple.status @@ -10,6 +10,7 @@ test-timers-first-fire : PASS,FLAKY test-http-pipeline-flood : PASS,FLAKY [$system==linux] +test-signal-unregister : PASS,FLAKY [$system==macos] test-fs-watch : PASS,FLAKY