We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7640fe commit aa50eefCopy full SHA for aa50eef
1 file changed
testing.go
@@ -21,7 +21,7 @@ var errAlreadyInProgress = regexp.MustCompile(`removal of container .* is alread
21
// SkipIfProviderIsNotHealthy is a utility function capable of skipping tests
22
// if the provider is not healthy, or running at all.
23
// This is a function designed to be used in your test, when Docker is not mandatory for CI/CD.
24
-// In this way tests that depend on Testcontainers won't run if the provider is provisioned correctly.
+// In this way tests that depend on Testcontainers won't run if the provider is not provisioned correctly.
25
func SkipIfProviderIsNotHealthy(t *testing.T) {
26
t.Helper()
27
defer func() {
0 commit comments