Testing: Disable grib_to_netcdf for Windows

This commit is contained in:
Shahram Najm 2023-10-13 10:46:14 +01:00
parent bfbf8bf229
commit 4bf67c7afc
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ if( HAVE_BUILD_TOOLS )
ecbuild_add_test( TARGET eccodes_t_grib_to_netcdf
TYPE SCRIPT
CONDITION HAVE_NETCDF AND ENABLE_EXTRA_TESTS
CONDITION HAVE_NETCDF AND ENABLE_EXTRA_TESTS AND NOT ECCODES_ON_WINDOWS
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/grib_to_netcdf.sh
TEST_DEPENDS eccodes_download_gribs )