summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-ref.c')
-rw-r--r--deps/uv/test/test-ref.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/uv/test/test-ref.c b/deps/uv/test/test-ref.c
index ddaa173808..39f4b0fc73 100644
--- a/deps/uv/test/test-ref.c
+++ b/deps/uv/test/test-ref.c
@@ -194,6 +194,9 @@ TEST_IMPL(timer_ref2) {
TEST_IMPL(fs_event_ref) {
+#if defined(__MVS__)
+ RETURN_SKIP("Filesystem watching not supported on this platform.");
+#endif
uv_fs_event_t h;
uv_fs_event_init(uv_default_loop(), &h);
uv_fs_event_start(&h, (uv_fs_event_cb)fail_cb, ".", 0);