Skip to content

Commit 77df523

Browse files
mhdawsonMylesBorins
authored andcommitted
test: exclude tests for AIX
Exclude tests for AIX in 4.x stream now that its been added to regular regression runs. This will avoid known failures from making the build look RED while also being able to catch any new regressions if they are introduced. PR-URL: #8076 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joao Reis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 29139bf commit 77df523

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/parallel/parallel.status

+11
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,14 @@ test-tls-connect-address-family : PASS,FLAKY
3131
# regressions until this work is complete
3232
[$system==aix]
3333
test-fs-watch-enoent : FAIL, PASS
34+
# Disable so we don't get failures now that AIX has been
35+
# added to regular CI runs
36+
test-regress-GH-1899 : FAIL, PASS
37+
test-stdio-closed : FAIL, PASS
38+
39+
# Flaky until https://github.com/nodejs/build/issues/415 is resolved.
40+
# On some of the buildbots, AAAA queries for localhost don't resolve
41+
# to an address and neither do any of the alternatives from the
42+
# localIPv6Hosts list from test/common.js.
43+
test-https-connect-address-family : PASS,FLAKY
44+
test-tls-connect-address-family : PASS,FLAKY

0 commit comments

Comments
 (0)