Abacn commented on code in PR #28079:
URL: https://github.com/apache/beam/pull/28079#discussion_r1334870065


##########
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:
   this test gets removed while the reason why it fails internally remains 
unknown. From a high level there might be still some regression regarding 
credential / anonymous credentials - to aware
   
   I am fine with it for now but please do not remove the test until we 
understand why it fails in certain environment, could skip if for now



-- 
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]

Reply via email to