Testing: Windows broken tests

This commit is contained in:
shahramn 2024-11-21 13:47:05 +00:00
parent 9c656f5819
commit 90f41b132a
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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