forked from TrueCloudLab/frostfs-http-gw
[#130] Remove race condition check in integration test
Race condition checks are suitable for unit tests but mostly useless in case of full-size integration test with neofs-all-in-one test container. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
03985f2eda
commit
f55edbb613
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
//go:build !race
|
||||||
|
// +build !race
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue