diff --git a/tests/codes_assert.sh b/tests/codes_assert.sh index 1cebf97f1..cea933d81 100755 --- a/tests/codes_assert.sh +++ b/tests/codes_assert.sh @@ -12,6 +12,11 @@ label="codes_assert_test" +if [ $ECCODES_ON_WINDOWS -eq 1 ]; then + echo "$0: This test is currently disabled on Windows" + exit 0 +fi + tempOut=temp.$label.txt sample_grib2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl diff --git a/tests/codes_ecc-1929.sh b/tests/codes_ecc-1929.sh index ee34f9d91..114e6bb87 100755 --- a/tests/codes_ecc-1929.sh +++ b/tests/codes_ecc-1929.sh @@ -12,6 +12,11 @@ label="codes_ecc-1929_test" +if [ $ECCODES_ON_WINDOWS -eq 1 ]; then + echo "$0: This test is currently disabled on Windows" + exit 0 +fi + tempOut=temp.$label.txt sample_grib2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl