From 841a6dd264d2dd7559cf0f0d3a6ed052ad0b4ca5 Mon Sep 17 00:00:00 2001 From: Alexis Campailla Date: Thu, 13 Aug 2015 15:01:44 +0200 Subject: [PATCH] test: mark more tests as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/joyent/node/pull/25807 Reviewed-By: James M Snell Reviewed-By: João Reis --- test/internet/internet.status | 1 + test/simple/simple.status | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/internet/internet.status b/test/internet/internet.status index b517fc2db0d219..2544e58964121d 100644 --- a/test/internet/internet.status +++ b/test/internet/internet.status @@ -7,5 +7,6 @@ test-dns : PASS,FLAKY [$system==linux] [$system==macos] +test-dgram-multicast-multi-process : PASS,FLAKY [$system==solaris] diff --git a/test/simple/simple.status b/test/simple/simple.status index ca886f861e9151..a248c0dd29457e 100644 --- a/test/simple/simple.status +++ b/test/simple/simple.status @@ -8,6 +8,9 @@ test-net-GH-5504 : PASS,FLAKY test-debugger-repl-restart : PASS,FLAKY test-http-curl-chunk-problem : PASS,FLAKY test-fs-empty-readStream : PASS,FLAKY +test-debugger-repl : PASS,FLAKY +test-debugger-repl-break-in-module : PASS,FLAKY +test-debugger-repl-utf8 : PASS,FLAKY [$system==win32] test-cluster-bind-twice-v2 : PASS,FLAKY @@ -29,8 +32,5 @@ test-cluster-master-error : PASS,FLAKY test-http-exit-delay : PASS,FLAKY [$system==solaris] -test-debugger-repl : PASS,FLAKY -test-debugger-repl-break-in-module : PASS,FLAKY -test-debugger-repl-utf8 : PASS,FLAKY test-net-server-max-connections : PASS,FLAKY test-net-error-twice : PASS,FLAKY