From dd9f17ef7dcd1698f9084746e43dbfd754aa75fe Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 8 Feb 2018 13:34:45 -0500 Subject: [PATCH] Exclude rekey command tests from race detector --- command/operator_rekey_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/command/operator_rekey_test.go b/command/operator_rekey_test.go index 47154c73ec..64718aacfd 100644 --- a/command/operator_rekey_test.go +++ b/command/operator_rekey_test.go @@ -1,3 +1,5 @@ +// +build !race + package command import (