Skip to content

Commit

Permalink
Revert "One more test to skip in short mode"
Browse files Browse the repository at this point in the history
This reverts commit afb35e2.
  • Loading branch information
jamezpolley committed Dec 13, 2019
1 parent afb35e2 commit 8aa388a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ import (
)

func defaultClient() *yinyoclient.Client {
if testing.Short() {
t.Skip("Skipping integration tests in short mode.")
}

return yinyoclient.New("http://localhost:8080")
}

Expand Down

0 comments on commit 8aa388a

Please sign in to comment.