Replies: 1 comment
-
This is the corresponding PR for activating Spock in our own test-suite: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are Spock user and you are upgrading to
1.16.0
then be sure that you have upgraded to Spock 2.0 before otherwise the Spock tests will no longer be discovered.org.testcontainers:spock:1.16.0
depends on Spock 2.0 which means that it indirectly introduces JUnit 5 so you need to addTo re-enable the tests again.
Beta Was this translation helpful? Give feedback.
All reactions