Skip to content

Commit

Permalink
TST: Skip nc_test4_tst_filter on Cygwin.
Browse files Browse the repository at this point in the history
Already skipped on MinGW, so I don't feel bad skipping it on Cygwin too.  Still haven't figured out why it's crashing.  I should probably look into why Autotools is fine.
  • Loading branch information
DWesl authored May 24, 2024
1 parent 92f71ed commit 0c10f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nc_test4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ IF(USE_HDF5 AND NETCDF_ENABLE_FILTER_TESTING)
build_bin_test(test_filter_order)
build_bin_test(test_filter_repeat)
build_bin_test(tst_filter_vlen)
if(NOT MINGW)
if(NOT MINGW AND NOT CYGWIN)
ADD_SH_TEST(nc_test4 tst_filter)
endif()
ADD_SH_TEST(nc_test4 tst_specific_filters)
Expand Down

0 comments on commit 0c10f11

Please sign in to comment.