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


##########
sdks/python/apache_beam/examples/wordcount_it_test.py:
##########
@@ -112,14 +112,14 @@ 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')
-
   def _run_wordcount_it(self, run_wordcount, **opts):
     test_pipeline = TestPipeline(is_integration_test=True)
     extra_opts = {}
 
+    if (test_pipeline.get_option('machine_type') == 't2a-standard-1' and
+        'prebuild_sdk_container_engine' in opts):
+      pytest.skip('prebuild_sdk_container_engine not supported on ARM')

Review Comment:
   You could mention https://github.com/apache/beam/issues/28340  in a comment.



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