Skip to content
Snippets Groups Projects
Verified Commit 061f305b authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Merge remote-tracking branch 'origin/dev' into f-better-failure-output

parents b9217260 4f67bd8d
Branches
Tags
No related merge requests found
Pipeline #45560 passed
......@@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Tests for [caosdb-pylib#90](https://gitlab.com/caosdb/caosdb-pylib/-/issues/90): `Entity.get_parents_recursively()` did not work for unretrieved
parents.
* Test for [caosdb-server#192](https://gitlab.com/caosdb/caosdb-server/-/issues/192)
* Test for miscellaneous *-too-long errors.
### Changed (for changes in existing functionality)
......
......@@ -342,7 +342,6 @@ def test_update_acl_errors():
assert te.value.has_error(AmbiguousEntityError)
@pytest.mark.xfail(reason="Waiting for pylib release")
def test_URI_too_long():
"""Some tests for variours URI too long commands.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment