From 90f41b132ada80985092ba8a4115ecfac38b3969 Mon Sep 17 00:00:00 2001 From: shahramn Date: Thu, 21 Nov 2024 13:47:05 +0000 Subject: [PATCH] Testing: Windows broken tests --- tests/codes_assert.sh | 5 +++++ tests/codes_ecc-1929.sh | 5 +++++ 2 files changed, 10 insertions(+) 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