Skip to content

Commit

Permalink
xfail1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Aug 15, 2023
1 parent 4d945cb commit c7b172d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion nczarr_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ TESTS += run_specific_filters.sh
#TESTS += run_unknown.sh

if ISMINGW
XFAIL_TESTS = run_filter.sh run_specific_filters.sh
XFAIL_TESTS = run_filter.sh run_specific_filters.sh run_nczfilter.sh
endif # ISMINGW

endif #ENABLE_FILTER_TESTING
Expand Down
2 changes: 0 additions & 2 deletions nczarr_test/run_nczfilter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ s3isolate "testdir_nczfilter"
THISDIR=`pwd`
cd $ISOPATH

echo ">>>>>>"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:D:/a/netcdf-c/netcdf-c/liblib/.libs"
${execdir}/test_nczfilter

if test "x$FEATURE_S3TESTS" = xyes ; then s3sdkdelete "/${S3ISOPATH}" ; fi # Cleanup

0 comments on commit c7b172d

Please sign in to comment.