Skip to content

Commit

Permalink
add expected failure status (via #55)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Protko <[email protected]>
  • Loading branch information
maveric94 and Anton Protko authored Sep 14, 2023
1 parent a7fcecb commit 89041a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ private Status getTestStatus(final JsonNode node) {

switch (status) {
case "Success":
case "Expected Failure":
return Status.PASSED;
case "Failure":
return Status.FAILED;
Expand Down

0 comments on commit 89041a1

Please sign in to comment.