Any ideas on this?
# pact-jvm
a
Any ideas on this?
m
I can’t say for sure, but have you tried updating to the latest version?
r
How are you running the verification test? Normally a test failure will result in a verification failure being published to Pactflow and then the build will fail.
a
Thanks guys. And sorry, I missed the notifications for these earlier! The current version is simply ran by
./gradlew test
. I was running into a different error when trying to upgrade to
4.3.8
, but after resolving that—pacts aren’t PENDING by default and looks like everything is working as expected! 🎉
m
🙌