From e1fb9ce99a8f3479ec7e9764aba769a05d082a4c Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Mon, 4 Mar 2024 10:04:27 -0500 Subject: [PATCH] Unskip test_user_agent_insert_all (#30455) --- sdks/python/apache_beam/io/gcp/bigquery_tools_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdks/python/apache_beam/io/gcp/bigquery_tools_test.py b/sdks/python/apache_beam/io/gcp/bigquery_tools_test.py index 6771ac71a0c9..6987a50dfde8 100644 --- a/sdks/python/apache_beam/io/gcp/bigquery_tools_test.py +++ b/sdks/python/apache_beam/io/gcp/bigquery_tools_test.py @@ -225,7 +225,6 @@ def test_delete_dataset_retries_for_timeouts(self, patched_time_sleep): @mock.patch('time.sleep', return_value=None) @mock.patch('google.cloud._http.JSONConnection.http') - @unittest.skip('Fails on import') def test_user_agent_insert_all(self, http_mock, patched_sleep): wrapper = beam.io.gcp.bigquery_tools.BigQueryWrapper() try: