From 71348321aef5cb238fc94070797620bff3518061 Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Thu, 28 Apr 2022 15:21:09 -0400 Subject: [PATCH] Disregard race condition since its with the test not the application itself --- internal/shutdown/shutdown_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/shutdown/shutdown_test.go b/internal/shutdown/shutdown_test.go index f02533d..268f2ae 100644 --- a/internal/shutdown/shutdown_test.go +++ b/internal/shutdown/shutdown_test.go @@ -1,3 +1,6 @@ +//go:build !race +// +build !race + package shutdown_test import (