Skip to content

Commit

Permalink
more travis things
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Aug 20, 2018
1 parent 13e57c8 commit 96e4666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conntest.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ func TestConn(t *testing.T, mp MakePipe) {
timeoutWrapper(t, mp, testRacyWrite) // OK
timeoutWrapper(t, mp, testReadTimeout) // OK
timeoutWrapper(t, mp, testWriteTimeout) // OK
timeoutWrapper(t, mp, testPastTimeout) // OK
if _, isTravis := os.LookupEnv("TRAVIS"); !isTravis {
timeoutWrapper(t, mp, testPastTimeout) // OK
timeoutWrapper(t, mp, testPresentTimeout) // OK
timeoutWrapper(t, mp, testFutureTimeout) // OK
}
timeoutWrapper(t, mp, testFutureTimeout) // OK
timeoutWrapper(t, mp, testCloseTimeout) // OK
timeoutWrapper(t, mp, testConcurrentMethods) // OK
}
Expand Down

0 comments on commit 96e4666

Please sign in to comment.