testcontainers doesn't work smoothly on Windows.
The check that is run at the very beginning always erroneously fails on the first test (failing the whole test run):
Docker environment should have more than 2GB free disk space
java.lang.AssertionError: Docker environment should have more than 2GB free disk space
The workaround is easy, jut put testcontainers.properties in resources with this:
But this is still a bug.
CC @rpliva
testcontainers doesn't work smoothly on Windows.
The check that is run at the very beginning always erroneously fails on the first test (failing the whole test run):
The workaround is easy, jut put
testcontainers.propertiesinresourceswith this:But this is still a bug.
CC @rpliva