Skip to content

Commit

Permalink
Merge branch 'dev' into feat/support-solver-v87
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Mar 11, 2024
2 parents ce96783 + a4d647d commit 41821c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/study/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,8 @@ def test_get_all__study_folder_filter(
assert len(db_recorder.sql_statements) == 1, str(db_recorder)


# TODO fix this test and all the others
@pytest.mark.skip(reason="This bug is to be fixed asap, the sql query is not working as expected")
@pytest.mark.parametrize(
"tags, expected_ids",
[
Expand Down

0 comments on commit 41821c6

Please sign in to comment.