TST: Mark NCZarr plugins XFAIL on MinGW

Not sure why --disable-nczarr-filters doesn't exclude them, but let's check the rest of the functionality.
This commit is contained in:
DWesl 2022-07-05 11:28:33 -04:00
parent d33e3155d8
commit a71c606802

View File

@ -99,6 +99,10 @@ TESTS += run_filter.sh
TESTS += run_unknown.sh
TESTS += run_specific_filters.sh
if ISMINGW
XFAIL_TESTS = run_filter.sh run_unknown.sh run_specific_filters.sh
endif # ISMINGW
endif #ENABLE_FILTER_TESTING
endif #BUILD_UTILITIES