Skip to content

Commit 323a834

Browse files
committed
Fix regression test selection logic
1 parent 825c9b1 commit 323a834

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_fullsim_regression.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
from muse.examples import available_examples
44
from pytest import mark
55

6+
# hack to skip regression tests for new input schema
67
MODELS = available_examples()
7-
MODELS.pop("default_new_input")
8+
MODELS.pop(MODELS.index("default_new_input"))
89

910

1011
@mark.usefixtures("save_timeslice_globals")

0 commit comments

Comments
 (0)