Testing: See SD-103761

This commit is contained in:
shahramn 2024-12-20 15:41:35 +00:00
parent 9a621fc454
commit 16f184569b
3 changed files with 11 additions and 9 deletions

View File

@ -16,7 +16,7 @@
#include "eccodes.h"
#define NUM_THREADS 4
void Assert(int condition)
static void Assert(int condition)
{
if (!condition) {
printf("Assertion failed\n");

View File

@ -12,10 +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
# Due to problems at DWD (See SD-103761) we have disabled this test
# To be revived later
echo "$0: This test is currently disabled"
exit 0
tempOut=temp.$label.txt
sample_grib2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl

View File

@ -12,10 +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
# Due to problems at DWD (See SD-103761) we have disabled this test
# To be revived later
echo "$0: This test is currently disabled"
exit 0
tempOut=temp.$label.txt
sample_grib2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl