From 29d1ed1e7faf2e486a8ada5cd4876d8d8f63461b Mon Sep 17 00:00:00 2001 From: Abirdcfly Date: Wed, 10 Aug 2022 23:59:09 +0800 Subject: [PATCH] delete minor unreachable code caused by t.Fatal (#287) Signed-off-by: Abirdcfly --- pkg/test/storage_suite.go | 1 - 1 file changed, 1 deletion(-) 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 } } }