From 68035f335b88826b9f96de9178764e5a367eacba Mon Sep 17 00:00:00 2001 From: vladislavploaia Date: Thu, 13 Jun 2024 16:22:34 +0300 Subject: [PATCH] fix: CDR-1451 mark failing Tags tests with not-ready --- tests/robot/TAGS_TESTS/basic_ehr_status_tags_tests.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/robot/TAGS_TESTS/basic_ehr_status_tags_tests.robot b/tests/robot/TAGS_TESTS/basic_ehr_status_tags_tests.robot index 24af2c24..3828f783 100644 --- a/tests/robot/TAGS_TESTS/basic_ehr_status_tags_tests.robot +++ b/tests/robot/TAGS_TESTS/basic_ehr_status_tags_tests.robot @@ -67,7 +67,7 @@ ${VALID EHR DATA SETS} ${PROJECT_ROOT}/tests/robot/_resources/test_data_se 5. Delete EHR Without Deleting EHR_STATUS Tag # Delete EHR without deleting EHR_STATUS Tag should not return 500. - [Tags] Negative + [Tags] Negative not-ready [Setup] Precondition Create EHR With EHR_STATUS Create Session For EHR_STATUS Tag Calls Create EHR_STATUS Tag Call @@ -78,7 +78,7 @@ ${VALID EHR DATA SETS} ${PROJECT_ROOT}/tests/robot/_resources/test_data_se 6. Create EHR_STATUS Tag Without Key In Body # Create EHR_STATUS Tag without "key" in JSON body and expect 400 (or any other code TBD). Currently returns 500. - [Tags] Negative + [Tags] Negative not-ready Create Session For EHR_STATUS Tag Calls &{ehr_status_tag_body} Create Dictionary ... value=${tag_value}