Skip to content

Commit

Permalink
Skip version tests of ribasim_api (#689)
Browse files Browse the repository at this point in the history
It (finally) stopped working on TeamCity
  • Loading branch information
Hofer-Julian authored Oct 20, 2023
1 parent 94a677b commit 047fce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ribasim_api/tests/test_bmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def test_get_component_name(libribasim):
assert libribasim.get_component_name() == "Ribasim"


@pytest.mark.skip("https://github.com/Deltares/Ribasim/issues/364")
def test_get_version(libribasim):
toml_path = Path(__file__).parents[3] / "core" / "Project.toml"
with open(toml_path, mode="rb") as fp:
Expand Down

0 comments on commit 047fce0

Please sign in to comment.