lukecwik commented on a change in pull request #11235: [BEAM-9618] Pull bundle 
descriptors.
URL: https://github.com/apache/beam/pull/11235#discussion_r401948041
 
 

 ##########
 File path: sdks/python/apache_beam/runners/worker/sdk_worker_test.py
 ##########
 @@ -115,8 +115,9 @@ def _check_fn_registration_multi_request(self, *args):
           {item.id: item
            for item in process_bundle_descriptors})
 
-  def test_fn_registration(self):
-    self._check_fn_registration_multi_request((1, 4), (4, 4))
+
+#   def test_fn_registration(self):
+#     self._check_fn_registration_multi_request((1, 4), (4, 4))
 
 Review comment:
   if we can, we should test the registration lookup failure case.
   
   The success case will be easily be covered by other tests.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to