Skip to content

Commit 7df5770

Browse files
author
Julien Gilli
committed
test: mark test-net-error-twice flaky on SmartOS
It seems that test-net-error-twice.js does not behave as expected. Its goal is to test fireErrorCallbacks, but it doesn't do it correctly, leading to false negatives on some platforms and failures on others. This change marks this test as flaky so that we can use our CI to land changes in the v0.10 branch until we can fix it properly. See the corresponding issue at nodejs/node-v0.x-archive#9325 for more details. PR: #25760 PR-URL: nodejs/node-v0.x-archive#25760 Reviewed-By: João Reis <reis@janeasystems.com>
1 parent e10892c commit 7df5770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/simple/simple.status

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ test-debugger-repl : PASS,FLAKY
3232
test-debugger-repl-break-in-module : PASS,FLAKY
3333
test-debugger-repl-utf8 : PASS,FLAKY
3434
test-net-server-max-connections : PASS,FLAKY
35+
test-net-error-twice : PASS,FLAKY

0 commit comments

Comments
 (0)