[#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:
Alex Vanin 2022-03-04 11:03:40 +03:00 committed by Alex Vanin
parent 03985f2eda
commit f55edbb613

View file

@ -1,3 +1,6 @@
//go:build !race
// +build !race
package main
import (