Skip to content

Commit

Permalink
fix: CDR-1451 mark failing Tags tests with not-ready
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavploaia committed Jun 13, 2024
1 parent 04d52c1 commit 68035f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/robot/TAGS_TESTS/basic_ehr_status_tags_tests.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 68035f3

Please sign in to comment.