Skip to content

Commit 773f83b

Browse files
🐛 skip tests for earlier clients (e2e failing for earlier versions of the client) (#213)
1 parent defc572 commit 773f83b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clients/python/test/e2e/test_files_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def _hash_file(file: Path) -> str:
3232
return sha256.hexdigest()
3333

3434

35+
@skip_if_osparc_version(at_least=Version("0.8.0"))
3536
def test_upload_file(
3637
create_tmp_file: Callable[[ByteSize], Path], api_client: osparc.ApiClient
3738
) -> None:
@@ -94,6 +95,7 @@ def max_diff(data: List[int]) -> int:
9495
files_api.delete_file(uploaded_file1.id)
9596

9697

98+
@skip_if_osparc_version(at_least=Version("0.8.0"))
9799
@pytest.mark.parametrize("use_checksum", [True, False])
98100
@pytest.mark.parametrize("use_id", [True, False])
99101
def test_search_files(

0 commit comments

Comments
 (0)