Skip to content

Commit

Permalink
remove shared option from the fates test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Nov 22, 2023
1 parent e967de5 commit d09e04f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cime_config/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@

#fates debug tests included in e3sm land developer test runs
"fates_elm_debug" : {
"share" : True,
"tests" : (
"SMS_D_Ld20.f45_f45.IELMFATES.elm-fates_rd",
"ERS_D_Ld15.f45_g37.IELMFATES.elm-fates_cold_treedamage",
Expand All @@ -387,7 +386,6 @@

#fates non-debug tests included in e3sm land developer test runs
"fates_elm_developer" : {
"share" : True,
"inherit" : ("fates_elm_debug"),
"tests" : (
"ERP_Ld9.f45_g37.IELMFATES.elm-fates_cold_allvars",
Expand All @@ -400,7 +398,6 @@

#fates long duration tests runs
"fates_long_tests" : {
"share" : True,
"time" : "00:40:00",
"tests" : (
"SMS_D_Lm6.f45_g37.IELMFATES.elm-fates_cold",
Expand Down

0 comments on commit d09e04f

Please sign in to comment.