Skip to content

Commit

Permalink
internal/wire: mark tests as parallelizable (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen authored and shantuo committed Oct 25, 2019
1 parent f240b7a commit 0d3b2eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -45,10 +45,6 @@ env:

jobs:
include:
- go: "1.11.x"
os: linux
- go: "1.12.x"
os: linux
- go: "1.13.x"
os: linux
- go: "1.13.x"
Expand Down
4 changes: 1 addition & 3 deletions internal/wire/wire_test.go
Expand Up @@ -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")
Expand Down

0 comments on commit 0d3b2eb

Please sign in to comment.