Disable logging during unit tests (#5861)

This commit is contained in:
Krishna Srinivas
2018-04-27 15:03:19 -07:00
committed by Dee Koder
parent b6ca39ea48
commit 11b8e292a7
2 changed files with 11 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ func init() {
// Set system resources to maximum.
setMaxResources()
logger.EnableQuiet()
logger.Disable = true
}
// concurreny level for certain parallel tests.