diff options
| author | Alexis Campailla <alexis@janeasystems.com> | 2015-03-10 13:25:31 +0100 |
|---|---|---|
| committer | Alexis Campailla <alexis@janeasystems.com> | 2015-03-10 13:25:31 +0100 |
| commit | d8a5aaed0e0cb8b69ee033c040102342949d7671 (patch) | |
| tree | d3cecd5f3c38e18207cf6759e874886c4c7fb579 | |
| parent | cc6ee3f010fe8b6f5d92097b56311e566bb2a8ac (diff) | |
| download | node-orangemocha-LibuvUpdate-FlakyTests.tar.gz | |
test: update flaky test definitionsorangemocha-LibuvUpdate-FlakyTests
test-fs-watch is flaky on OSX.
test-dgram-multicast-multi-process is failing with the libuv update
to 1.4, but there's is a pending fix in the libuv repo.
| -rw-r--r-- | test/internet/internet.status | 1 | ||||
| -rw-r--r-- | test/simple/simple.status | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/internet/internet.status b/test/internet/internet.status index 584e9e5aa..089656285 100644 --- a/test/internet/internet.status +++ b/test/internet/internet.status @@ -4,3 +4,4 @@ test-dns : PASS,FLAKY [$system==solaris] test-http-dns-fail : PASS,FLAKY +test-dgram-multicast-multi-process : PASS,FLAKY diff --git a/test/simple/simple.status b/test/simple/simple.status index 8a0cbfb3c..4915a029b 100644 --- a/test/simple/simple.status +++ b/test/simple/simple.status @@ -14,5 +14,6 @@ test-stdin-script-child : PASS,FLAKY test-util-debug : PASS,FLAKY [$system==macos] +test-fs-watch : PASS,FLAKY [$system==solaris] |
