From f55edbb613414b6da6d9daaf01e7c0604904c5e6 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 4 Mar 2022 11:03:40 +0300 Subject: [PATCH] [#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 --- integration_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration_test.go b/integration_test.go index 8c124e4..3442116 100644 --- a/integration_test.go +++ b/integration_test.go @@ -1,3 +1,6 @@ +//go:build !race +// +build !race + package main import (