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
@TestProfile annotations seem to disrupt the pact mechanism, when run in continuous testing.
I've observed it for consumer tests, and assume it is similar with provider tests. I suspect @QuarkusTestResource may have a similar problem, but haven't checked yet.
Note that the problem doesn't necessarily show with continuous testing (ironically): the tests may need to be stopped and restart for tests to fail (or to start passing if the annotation is removed). I've raised #59 for this.
The text was updated successfully, but these errors were encountered:
@TestProfile
annotations seem to disrupt the pact mechanism, when run in continuous testing.I've observed it for consumer tests, and assume it is similar with provider tests. I suspect
@QuarkusTestResource
may have a similar problem, but haven't checked yet.Note that the problem doesn't necessarily show with continuous testing (ironically): the tests may need to be stopped and restart for tests to fail (or to start passing if the annotation is removed). I've raised #59 for this.
The text was updated successfully, but these errors were encountered: