We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bba2c commit d2f9bfdCopy full SHA for d2f9bfd
1 file changed
pkg/storage/storage_test.go
@@ -286,7 +286,7 @@ func BenchmarkHead(b *testing.B) {
286
// TestStorageCacheConcurrency tests that concurrent access to storage cache
287
// doesn't cause race conditions or lock contention issues
288
func TestStorageCacheConcurrency(t *testing.T) {
289
- t.Parallel()
+ // Note: Cannot use t.Parallel() because this test resets the global storageCache
290
291
mortConfig := config.Config{}
292
err := mortConfig.Load("testdata/config.yml")
0 commit comments