You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs to check the status of failed.getPending. If it's true, we should mark the test as skipped instead of failure, since pending pacts should not fail the build.
https://github.com/jbwheatley/pact4s/blob/main/shared/src/main/scala/pact4s/PactVerifyResources.scala#L37
This needs to check the status of
failed.getPending
. If it's true, we should mark the test asskipped
instead offailure
, since pending pacts should not fail the build.Originally filed as pact-foundation/pact-jvm#1417
The text was updated successfully, but these errors were encountered: