We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f9bfd commit 5d05323Copy full SHA for 5d05323
1 file changed
pkg/storage/storage_test.go
@@ -422,7 +422,8 @@ func TestSetAndGetLargeFile(t *testing.T) {
422
}
423
424
func TestListWithMaxKeys(t *testing.T) {
425
- t.Parallel()
+ // Note: Cannot use t.Parallel() because List reads filesystem state
426
+ // that may be modified by other parallel tests
427
428
mortConfig := config.Config{}
429
mortConfig.Load("testdata/config.yml")
0 commit comments