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
parent ec24895dca
commit a974a455bf

View File

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