This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 60c2ba56f60 Set correct markers for the other test scenario. (#29141)
60c2ba56f60 is described below

commit 60c2ba56f60ccfd34384711302daf790cd697db7
Author: tvalentyn <tvalen...@users.noreply.github.com>
AuthorDate: Thu Oct 26 09:39:32 2023 -0700

    Set correct markers for the other test scenario. (#29141)
---
 sdks/python/apache_beam/ml/inference/vertex_ai_inference_it_test.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/sdks/python/apache_beam/ml/inference/vertex_ai_inference_it_test.py 
b/sdks/python/apache_beam/ml/inference/vertex_ai_inference_it_test.py
index 168ab031abb..7c96dbe8b84 100644
--- a/sdks/python/apache_beam/ml/inference/vertex_ai_inference_it_test.py
+++ b/sdks/python/apache_beam/ml/inference/vertex_ai_inference_it_test.py
@@ -65,8 +65,7 @@ class VertexAIInference(unittest.TestCase):
         test_pipeline.get_full_options_as_args(**extra_opts))
     self.assertEqual(FileSystems().exists(output_file), True)
 
-  @pytest.mark.uses_vertex_ai
-  @pytest.mark.it_postcommit
+  @pytest.mark.vertex_ai_postcommit
   def test_vertex_ai_run_llm_text_classification(self):
     output_file = '/'.join([_OUTPUT_DIR, str(uuid.uuid4()), 'output.txt'])
 

Reply via email to