Skip to content

Commit 22599b6

Browse files
committed
Add one missing @pytest.mark.CI
1 parent 76f902a commit 22599b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cfpq_decomposer/test_abstract_decomposer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def create_decomposer(self) -> Decomposer:
2323
def decompose(self, matrix: Matrix) -> Tuple[Matrix, Matrix]:
2424
return self.create_decomposer().decompose(matrix)
2525

26+
@pytest.mark.CI
2627
@pytest.mark.parametrize("matrix_fn,key", [
2728
pytest.param(similar_rows_matrix, "similar_rows", id="similar_rows"),
2829
pytest.param(multiple_patterns_matrix, "multiple_patterns", id="multiple_patterns"),

0 commit comments

Comments
 (0)