From d1070f2c8ba075fd5ccc3da64a6e72234bfeafe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Wed, 1 Jul 2015 11:09:34 +0100 Subject: [PATCH] test: mark microtask-queue-run(-domain) as flaky test-microtask-queue-run and test-microtask-queue-run-domain fail very rarely at least on linux x64, windows 2012r2 x64 and smartos x86 Reviewed-By: Alexis Campailla PR-URL: https://github.com/joyent/node/pull/25606 --- test/simple/simple.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/simple/simple.status b/test/simple/simple.status index 4915a029b683..58df7e9840ef 100644 --- a/test/simple/simple.status +++ b/test/simple/simple.status @@ -3,6 +3,8 @@ prefix simple test-crypto-domains : PASS,FLAKY test-debug-signal-cluster : PASS,FLAKY test-cluster-basic : PASS,FLAKY +test-microtask-queue-run : PASS,FLAKY +test-microtask-queue-run-domain : PASS,FLAKY [$system==win32] test-timers-first-fire : PASS,FLAKY