diff --git a/pkg/test/storage_suite.go b/pkg/test/storage_suite.go index f86908c..8d995fe 100644 --- a/pkg/test/storage_suite.go +++ b/pkg/test/storage_suite.go @@ -168,7 +168,6 @@ func testContent(t *testing.T, store storage.Store) { } if errors > 5 { t.Fatalf("Too many content errors, aborting test.") - break } } }