From 551ab870dc15374cf580e0912696d75d1cc358b6 Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Fri, 26 Nov 2021 23:58:39 +0800 Subject: [PATCH] server: add build not race flag Signed-off-by: Weizhen Wang --- server/tidb_serial_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/tidb_serial_test.go b/server/tidb_serial_test.go index 0431baa32fa8f..b5f2483584052 100644 --- a/server/tidb_serial_test.go +++ b/server/tidb_serial_test.go @@ -11,6 +11,8 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. +//go:build !race +// +build !race package server