Skip to content

Commit

Permalink
chore(bigquery): re-enable load test (#5025)
Browse files Browse the repository at this point in the history
Fixes: #4418
  • Loading branch information
shollyman committed Oct 25, 2021
1 parent a2af4de commit 080edd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bigquery/integration_test.go
Expand Up @@ -1951,7 +1951,6 @@ func TestIntegration_QueryStatistics(t *testing.T) {
}

func TestIntegration_Load(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4418")
if client == nil {
t.Skip("Integration tests skipped")
}
Expand Down

0 comments on commit 080edd1

Please sign in to comment.