Disregard race condition since its with the test not the application itself

This commit is contained in:
Abdul Rabbani 2022-04-28 15:21:09 -04:00 committed by Abdul Rabbani
parent 6215f7e66f
commit 71348321ae

View File

@ -1,3 +1,6 @@
//go:build !race
// +build !race
package shutdown_test
import (