Mercurial > hg > orthanc-tests
changeset 606:0700fe8e2b78
skip test
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 23 Jan 2024 12:22:07 +0100 |
parents | 76e5f75249ca |
children | d743c210cbc8 |
files | Tests/Tests.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Tests/Tests.py Tue Jan 23 10:21:30 2024 +0100 +++ b/Tests/Tests.py Tue Jan 23 12:22:07 2024 +0100 @@ -10046,6 +10046,9 @@ def test_modify_with_labels(self): + if DoGet(_REMOTE, '/system')['ApiVersion'] < 23 or not DoGet(_REMOTE, '/system')['HasLabels']: + return + def UploadAndLabel(testId): DropOrthanc(_REMOTE)