tvalentyn commented on code in PR #27723:
URL: https://github.com/apache/beam/pull/27723#discussion_r1279737140


##########
sdks/python/apache_beam/examples/wordcount_it_test.py:
##########
@@ -112,6 +112,17 @@ def 
test_wordcount_it_with_prebuilt_sdk_container_cloud_build(self):
   def test_wordcount_it_with_use_sibling_sdk_workers(self):
     self._run_wordcount_it(wordcount.run, experiment='use_sibling_sdk_workers')
 
+  @pytest.mark.it_dataflow_arm
+  def test_wordcount_fnapi_it_arm(self):
+    self._run_wordcount_it(wordcount.run, machine_type='t2a-standard-1')
+
+  @pytest.mark.it_dataflow_arm
+  def test_wordcount_it_with_use_sibling_sdk_workers_arm(self):

Review Comment:
   we don't need this test. Sibling_workers is the default 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