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
Not sure if this is for test-resources or the Gradle plugin, but like @yibo-long's comment on #185, I would like to be able to disable test-resources entirely for unit tests and only enable it for integration tests.
Unfortunately, some third-party developers on our team are unable to run Docker but, when the plugin is used, Docker is checked and the build fails with:
[test-resources-service] 18:53:24.924 [pool-1-thread-1] ERROR o.t.d.DockerClientProviderStrategy - Could not find a valid Docker environment.
I'm going to investigate moving the integration tests into a submodule to see if I can only enable it in the submodule, but it'd be nice if I didn't need to work around it.
The text was updated successfully, but these errors were encountered:
Feature description
Not sure if this is for test-resources or the Gradle plugin, but like @yibo-long's comment on #185, I would like to be able to disable test-resources entirely for unit tests and only enable it for integration tests.
As it stands, I have:
But this doesn't actually disable it …
Unfortunately, some third-party developers on our team are unable to run Docker but, when the plugin is used, Docker is checked and the build fails with:
I'm going to investigate moving the integration tests into a submodule to see if I can only enable it in the submodule, but it'd be nice if I didn't need to work around it.
The text was updated successfully, but these errors were encountered: