HDFS-11950. Disable libhdfs zerocopy test on Mac. Contributed by Akira Ajisaka.

Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit a95e87d827)
(cherry picked from commit f68099aa13)
This commit is contained in:
Akira Ajisaka 2019-06-17 17:02:39 -07:00 committed by Wei-Chiu Chuang
parent b3e0430c3b
commit 3d1d8623a1
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ build_libhdfs_test(test_libhdfs_threaded hdfs_static expect.c test_libhdfs_threa
link_libhdfs_test(test_libhdfs_threaded hdfs_static native_mini_dfs)
add_libhdfs_test(test_libhdfs_threaded hdfs_static)
if (NOT WIN32)
if (NOT WIN32 AND NOT APPLE)
build_libhdfs_test(test_libhdfs_zerocopy hdfs_static expect.c test_libhdfs_zerocopy.c)
link_libhdfs_test(test_libhdfs_zerocopy hdfs_static native_mini_dfs ${OS_LINK_LIBRARIES})
add_libhdfs_test(test_libhdfs_zerocopy hdfs_static)