From ea25002a066a42986ae5c5dd030713c39288bbca Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Fri, 6 Dec 2024 09:09:35 -0500 Subject: [PATCH] Turn the GFSv17 test off (#1403) --- test/gw-ci/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gw-ci/CMakeLists.txt b/test/gw-ci/CMakeLists.txt index a248310fa..b3095f76e 100644 --- a/test/gw-ci/CMakeLists.txt +++ b/test/gw-ci/CMakeLists.txt @@ -248,7 +248,7 @@ if (WORKFLOW_TESTS) option(TEST_GFS18 "Enable the GFSv18 Atmos JEDI tests" ON) option(TEST_AERO_LAND "Enable the GFSv17 Aero-Land JEDI tests" ON) option(TEST_MARINE "Enable the GFSv17 Marine JEDI tests" ON) - option(TEST_GFS17 "Enable the GFSv17 WCDA tests" ON) + option(TEST_GFS17 "Enable the GFSv17 WCDA tests" OFF) # Setup the environement set(HOMEgfs ${CMAKE_SOURCE_DIR}/../../..)