From d45cafca53003a510ebff39d366484c61fadc32a Mon Sep 17 00:00:00 2001 From: wrongkindofdoctor <20195932+wrongkindofdoctor@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:11:32 -0400 Subject: [PATCH] comment out some set1 tests, since they are timing out on CI --- tests/github_actions_test_macos_set1.jsonc | 6 +++--- tests/github_actions_test_ubuntu_set1.jsonc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/github_actions_test_macos_set1.jsonc b/tests/github_actions_test_macos_set1.jsonc index 8f91fdc1c..16682b643 100644 --- a/tests/github_actions_test_macos_set1.jsonc +++ b/tests/github_actions_test_macos_set1.jsonc @@ -3,9 +3,9 @@ // as blank lines (JSONC quasi-standard.) { "pod_list": [ - //"convective_transition_diag", - "Wheeler_Kiladis", - "MJO_suite", + "convective_transition_diag", + //"Wheeler_Kiladis", + //"MJO_suite", "MJO_teleconnection", "precip_diurnal_cycle" //"EOF_500hPa" diff --git a/tests/github_actions_test_ubuntu_set1.jsonc b/tests/github_actions_test_ubuntu_set1.jsonc index c6d5ebbdd..09230f458 100644 --- a/tests/github_actions_test_ubuntu_set1.jsonc +++ b/tests/github_actions_test_ubuntu_set1.jsonc @@ -3,9 +3,9 @@ // as blank lines (JSONC quasi-standard.) { "pod_list": [ - //"convective_transition_diag", - "Wheeler_Kiladis", - "MJO_suite", + "convective_transition_diag", + //"Wheeler_Kiladis", + //"MJO_suite", "MJO_teleconnection", "precip_diurnal_cycle" //"EOF_500hPa"