Skip to content

Commit d2f9bfd

Browse files
committed
fix test
1 parent e3bba2c commit d2f9bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/storage/storage_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ func BenchmarkHead(b *testing.B) {
286286
// TestStorageCacheConcurrency tests that concurrent access to storage cache
287287
// doesn't cause race conditions or lock contention issues
288288
func TestStorageCacheConcurrency(t *testing.T) {
289-
t.Parallel()
289+
// Note: Cannot use t.Parallel() because this test resets the global storageCache
290290

291291
mortConfig := config.Config{}
292292
err := mortConfig.Load("testdata/config.yml")

0 commit comments

Comments
 (0)