Skip to content

Commit f3eb217

Browse files
committed
serial testing of test_a_priori.py
1 parent cf3aa11 commit f3eb217

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/hap/test_apriori.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class TestAcsApriori(BaseACS):
113113
* This test is also compatible with pytest-xdist.
114114
"""
115115

116+
@pytest.mark.serial
116117
@pytest.mark.bigdata
117118
@pytest.mark.parametrize('dataset', ['jb1601020', 'J9I408010'])
118119
def test_apriori(self, dataset):
@@ -132,6 +133,7 @@ class TestWFC3Apriori(BaseWFC3):
132133
133134
"""
134135

136+
@pytest.mark.serial
135137
@pytest.mark.bigdata
136138
@pytest.mark.parametrize(
137139
'dataset', ['ic0g0l010', 'icnw34040']

0 commit comments

Comments
 (0)