9 lines
144 B
Go
9 lines
144 B
Go
|
// Copyright (C) 2019 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
// +build !race
|
||
|
|
||
|
package testcontext
|
||
|
|
||
|
const raceEnabled = false
|