Feature Request
Allow consumers to specify an interaction as "pending".
Background
The V4 specification proposal included a feature to allow users (consumers) to explicitly mark tests as pending (see pact-foundation/pact-specification#73 (comment)).
There is a feature spec for it in the core, meaning some clients support tagging the interactions as pending.
The broker currently does not take into account these pending interactions, and checks such as can-i-deploy will fail if a pact contains pending interactions that were not validated successfully from a provider.
Feature Request
Allow consumers to specify an interaction as "pending".
Background
The V4 specification proposal included a feature to allow users (consumers) to explicitly mark tests as pending (see pact-foundation/pact-specification#73 (comment)).
There is a feature spec for it in the core, meaning some clients support tagging the interactions as pending.
The broker currently does not take into account these pending interactions, and checks such as
can-i-deploywill fail if a pact contains pending interactions that were not validated successfully from a provider.