From b1c05871a38b97ebdf5b4b8b1eaacd5f6494deec Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 28 Mar 2016 15:36:53 -0400 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index fb3d39e9f40..792f036ec0a 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -24,3 +24,4 @@ test-tick-processor : PASS,FLAKY # regressions until this work is complete [$system==aix] test-fs-watch-enoent : FAIL, PASS +test-fs-watch-encoding : FAIL, PASS