BjornPrime commented on code in PR #28079:
URL: https://github.com/apache/beam/pull/28079#discussion_r1335982093
##########
sdks/python/apache_beam/io/gcp/bigquery_tools_test.py:
##########
@@ -224,23 +223,6 @@ def test_delete_dataset_retries_for_timeouts(self,
patched_time_sleep):
wrapper._delete_dataset('', '')
self.assertTrue(client.datasets.Delete.called)
- @unittest.skipIf(
Review Comment:
I discussed this with Pablo and we agreed that the test was no longer
necessary. While its failure is curious, IIRC, we determined that the test was
not ultimately testing something relevant to production, so we didn't actually
need to worry about it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]