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


##########
sdks/python/apache_beam/ml/inference/vertex_ai_inference_it_test.py:
##########
@@ -45,6 +47,10 @@
 
 
 class VertexAIInference(unittest.TestCase):
+  @unittest.skipIf(
+      tf is None, 'Missing dependencies. '

Review Comment:
   do we need to remove `@pytest.mark.it_postcommit` if this test is 
accidentally included into a suite where it is not supposed to run?



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to