Skip to content

Commit

Permalink
Cleaning test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinte committed Apr 7, 2024
1 parent 329171f commit a46a911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_suite/test_mcfost.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# Get list of models using directory names
model_list = glob.glob1("test_data/","*")

# If running on CI, only test ref3.0
if os.environ.get('CI', None) == 'true':
model_list = ["ref3.0","ref3.0_multi","debris","discF_00500"]
# If running on CI, only run some of the tests
#if os.environ.get('CI', None) == 'true':
# model_list = ["ref3.0","ref3.0_multi","debris","discF_00500"]

#model_list = ["ref3.0_multi"]#,"debris","discF_00500"]

Expand Down

0 comments on commit a46a911

Please sign in to comment.