From 5dc8df22158ce4a9a540a74231104260f4cb38a2 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 fb3d39e9f40286..792f036ec0abee 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