mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
tests: Avoid running TestNSRace in short test mode (#10735)
This commit is contained in:
parent
734f258878
commit
2c32c2149e
@ -41,6 +41,10 @@ func TestGetSource(t *testing.T) {
|
||||
|
||||
// Test lock race
|
||||
func TestNSLockRace(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("skipping test in short mode.")
|
||||
}
|
||||
|
||||
ctx := context.Background()
|
||||
|
||||
for i := 0; i < 10000; i++ {
|
||||
|
Loading…
Reference in New Issue
Block a user