Skip to content

Commit

Permalink
Turn the GFSv17 test off (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres authored Dec 6, 2024
1 parent e80c1fc commit ea25002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gw-ci/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}/../../..)
Expand Down

0 comments on commit ea25002

Please sign in to comment.