diff --git a/command/util_test.go b/command/util_test.go index b15535f48..82686fdb0 100644 --- a/command/util_test.go +++ b/command/util_test.go @@ -7,6 +7,8 @@ import ( "github.com/hashicorp/nomad/testutil" ) +// seen is used to track which tests we have already +// marked as parallel. Marking twice causes panic. var seen map[*testing.T]struct{} func init() {