Skip to content

Commit

Permalink
Testing: Windows broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Nov 21, 2024
1 parent 381c4c3 commit 70567a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/codes_assert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions tests/codes_ecc-1929.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 70567a4

Please sign in to comment.