Skip to content

Commit

Permalink
Don't run tests involving the DB in parallel
Browse files Browse the repository at this point in the history
Not necessarily the cause for
openshiftio/openshift.io#4299 but definitively
a precaution.
  • Loading branch information
kwk committed Sep 6, 2018
1 parent c0eaf33 commit 77a919c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions remoteworkitem/trackerquery_repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func (test *TestTrackerQueryRepository) TestExistsTrackerQuery() {
resource.Require(t, resource.Database)

t.Run("tracker query exists", func(t *testing.T) {
t.Parallel()
// given
req := &http.Request{Host: "localhost"}
params := url.Values{}
Expand All @@ -90,7 +89,6 @@ func (test *TestTrackerQueryRepository) TestExistsTrackerQuery() {
})

t.Run("tracker query doesn't exist", func(t *testing.T) {
t.Parallel()
req := &http.Request{Host: "localhost"}
params := url.Values{}
ctx := goa.NewContext(context.Background(), nil, req, params)
Expand Down

0 comments on commit 77a919c

Please sign in to comment.