From 2eb32610a0f8344e121f060bfccb60fc96a16472 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Tue, 8 Oct 2019 15:34:42 +0200 Subject: [PATCH] Exclude test from race condition verification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- internal/server/user/mux_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/server/user/mux_test.go b/internal/server/user/mux_test.go index 08c8459..2a40aae 100644 --- a/internal/server/user/mux_test.go +++ b/internal/server/user/mux_test.go @@ -1,3 +1,5 @@ +// +build !race + package user import (