Browse Source

test: exclude new fs watch test for AIX

As per https://github.com/nodejs/node/issues/5085
exclude new test from AIX until we have fixes for
libuv for fs watching on AIX.  Excluding test
so AIX tests are green and we don't miss
other regressions

PR-URL: https://github.com/nodejs/node/pull/5937
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
process-exit-stdio-flushing
Michael Dawson 9 years ago
parent
commit
b1c05871a3
  1. 1
      test/parallel/parallel.status

1
test/parallel/parallel.status

@ -24,3 +24,4 @@ test-tick-processor : PASS,FLAKY
# regressions until this work is complete # regressions until this work is complete
[$system==aix] [$system==aix]
test-fs-watch-enoent : FAIL, PASS test-fs-watch-enoent : FAIL, PASS
test-fs-watch-encoding : FAIL, PASS

Loading…
Cancel
Save