mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
disable connectDisks loop under testing (#14920)
avoids races during tests, keeps tests predictable
This commit is contained in:
@@ -139,6 +139,9 @@ var (
|
||||
// Indicates if the running minio is in gateway mode.
|
||||
globalIsGateway = false
|
||||
|
||||
// Indicates if server code should go through testing path.
|
||||
globalIsTesting = false
|
||||
|
||||
// Name of gateway server, e.g S3, NAS etc
|
||||
globalGatewayName = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user