From fafbd2f4802df3b858e0e12c3472a4498c20854b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 12 Dec 2025 15:38:42 +0800 Subject: tests: No need for the "10 errors" limit now. Bring it all on --- repo_current_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo_current_test.go b/repo_current_test.go index 1799ad62..b87de060 100644 --- a/repo_current_test.go +++ b/repo_current_test.go @@ -43,7 +43,7 @@ func TestCurrentRepoDepthFirstEnumeration(t *testing.T) { if err != nil { t.Logf("failed to read object %s: %v", hash, err) errors++ - if errors > 10 { + if errors > 0 { t.Fatalf("too many errors (%d) reading objects", errors) } continue -- cgit v1.3.1-10-gc9f91