summaryrefslogtreecommitdiff
path: root/internal/container/container_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/container/container_test.go')
-rw-r--r--internal/container/container_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/container/container_test.go b/internal/container/container_test.go
index 9be043e2..210409d4 100644
--- a/internal/container/container_test.go
+++ b/internal/container/container_test.go
@@ -15,7 +15,6 @@ func TestNewContainer(t *testing.T) { // there is no legal way to test container
c2, err2 := container.NewContainer(container.Config{
GracePeriod: time.Second,
PrintGraph: true,
- RetryOnFail: true,
LogLevel: endure.WarnLevel,
})