Skip to content

Commit

Permalink
test: exclude tests for AIX
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mhdawson authored and MylesBorins committed Oct 26, 2016
1 parent 29139bf commit 77df523
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ test-tls-connect-address-family : PASS,FLAKY
# regressions until this work is complete
[$system==aix]
test-fs-watch-enoent : FAIL, PASS
# Disable so we don't get failures now that AIX has been
# added to regular CI runs
test-regress-GH-1899 : FAIL, PASS
test-stdio-closed : FAIL, PASS

# Flaky until https://github.com/nodejs/build/issues/415 is resolved.
# On some of the buildbots, AAAA queries for localhost don't resolve
# to an address and neither do any of the alternatives from the
# localIPv6Hosts list from test/common.js.
test-https-connect-address-family : PASS,FLAKY
test-tls-connect-address-family : PASS,FLAKY

0 comments on commit 77df523

Please sign in to comment.