Skip to content

Commit 7be5598

Browse files
🐛 Minor fixes (#69)
* fix deserialization issue of pages * add proper base url to async http client context manager * minor changes * skip test until deletion endpoint is ready * added a few log messages * reskip test * add github link
1 parent 8513a6d commit 7be5598

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clients/python/test/e2e/test_files_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ def _hash_file(file: Path) -> str:
2222
return md5.hexdigest()
2323

2424

25-
# @pytest.mark.skip(reason="Skipped until files_api.delete_file() is implemented")
25+
@pytest.mark.skip(
26+
reason="Skipped until files_api.delete_file() is implemented (https://github.com/ITISFoundation/osparc-simcore/issues/4641)"
27+
)
2628
@pytest.mark.skipif(
2729
Version(osparc.__version__) < Version("0.6.0"),
2830
reason=f"osparc.__version__={osparc.__version__} is older than 0.6.0",

0 commit comments

Comments
 (0)