Skip to content

Commit

Permalink
Unskip test_user_agent_insert_all (#30455)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunping authored Mar 4, 2024
1 parent 4ad8d53 commit e1fb9ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdks/python/apache_beam/io/gcp/bigquery_tools_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e1fb9ce

Please sign in to comment.