mirror of
https://github.com/minio/minio.git
synced 2025-04-19 18:17:30 -04: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
|
// Test lock race
|
||||||
func TestNSLockRace(t *testing.T) {
|
func TestNSLockRace(t *testing.T) {
|
||||||
|
if testing.Short() {
|
||||||
|
t.Skip("skipping test in short mode.")
|
||||||
|
}
|
||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
||||||
for i := 0; i < 10000; i++ {
|
for i := 0; i < 10000; i++ {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user