Skip to content

Commit 5d05323

Browse files
committed
fix tests
1 parent d2f9bfd commit 5d05323

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/storage/storage_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ func TestSetAndGetLargeFile(t *testing.T) {
422422
}
423423

424424
func TestListWithMaxKeys(t *testing.T) {
425-
t.Parallel()
425+
// Note: Cannot use t.Parallel() because List reads filesystem state
426+
// that may be modified by other parallel tests
426427

427428
mortConfig := config.Config{}
428429
mortConfig.Load("testdata/config.yml")

0 commit comments

Comments
 (0)