Skip to content

Commit 98b65e7

Browse files
committed
marking regression tests as slow except for dna which is quick
1 parent 734001d commit 98b65e7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/regression/test_regression.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ def _compare_grouped(
103103
@pytest.mark.parametrize(
104104
"system",
105105
[
106+
"dna",
106107
pytest.param("benzaldehyde", marks=pytest.mark.slow),
107108
pytest.param("benzene", marks=pytest.mark.slow),
108109
pytest.param("cyclohexane", marks=pytest.mark.slow),
109-
"dna",
110110
pytest.param("ethyl-acetate", marks=pytest.mark.slow),
111-
"methane",
112-
"methanol",
111+
pytest.param("methane", marks=pytest.mark.slow),
112+
pytest.param("methanol", marks=pytest.mark.slow),
113113
pytest.param("octonol", marks=pytest.mark.slow),
114-
"water",
114+
pytest.param("water", marks=pytest.mark.slow),
115115
],
116116
)
117117
def test_regression_matches_baseline(

0 commit comments

Comments
 (0)