From 080edd168e7c269e0d5cbc0c206c67614e144a37 Mon Sep 17 00:00:00 2001 From: shollyman Date: Mon, 25 Oct 2021 11:21:47 -0700 Subject: [PATCH] chore(bigquery): re-enable load test (#5025) Fixes: https://github.com/googleapis/google-cloud-go/issues/4418 --- bigquery/integration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bigquery/integration_test.go b/bigquery/integration_test.go index bbcf261566c..b484382c745 100644 --- a/bigquery/integration_test.go +++ b/bigquery/integration_test.go @@ -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") }