internal/wire: mark tests as parallelizable (#218)
This commit is contained in:
@@ -72,9 +72,7 @@ func TestWire(t *testing.T) {
|
||||
for _, test := range tests {
|
||||
test := test
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
// TODO(light): These tests should be parallelizable, but this causes
|
||||
// intermittent failures. See https://github.com/google/wire/issues/66
|
||||
// for details.
|
||||
t.Parallel()
|
||||
|
||||
// Materialize a temporary GOPATH directory.
|
||||
gopath, err := ioutil.TempDir("", "wire_test")
|
||||
|
||||
Reference in New Issue
Block a user