Skip to content

Commit

Permalink
remove high memory tests to debug issue with github action
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean committed Sep 8, 2024
1 parent 324b98a commit 93ac4da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_pointset.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ def run_test_case(self, test_case_filename):

# List of test case filenames
test_case_files = [
'perens_stpt_mouse.json',
# 'perens_stpt_mouse.json',
'demba_dev_mouse_56.json',
'perens_lsfm_mouse.json',
'perens_mri_mouse.json',
'demba_dev_mouse_32.json',
# 'perens_lsfm_mouse.json',
# 'perens_mri_mouse.json',
# 'demba_dev_mouse_32.json',
]

# Dynamically create test methods for each test case file
Expand Down

0 comments on commit 93ac4da

Please sign in to comment.