You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/07/22 23:45:26 UTC

[beam] branch master updated: Skip failing torch post commit test (#22418)

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

bhulette 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 79db4d25cc8 Skip failing torch post commit test (#22418)
79db4d25cc8 is described below

commit 79db4d25cc83d5d4890556b28072d801badd430d
Author: Anand Inguva <34...@users.noreply.github.com>
AuthorDate: Sat Jul 23 05:15:18 2022 +0530

    Skip failing torch post commit test (#22418)
    
    * Skip failing torch test
    
    gs://apache-beam-ml/testing/inputs/it_coco_validation_inputs.txt was changed on July 21st and it needs to be addressed once the team gets back
    
    * Update sdks/python/apache_beam/ml/inference/pytorch_inference_it_test.py
    
    * Update sdks/python/apache_beam/ml/inference/pytorch_inference_it_test.py
    
    Co-authored-by: Brian Hulette <hu...@gmail.com>
---
 sdks/python/apache_beam/ml/inference/pytorch_inference_it_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/apache_beam/ml/inference/pytorch_inference_it_test.py b/sdks/python/apache_beam/ml/inference/pytorch_inference_it_test.py
index 5e377720408..21b362d767d 100644
--- a/sdks/python/apache_beam/ml/inference/pytorch_inference_it_test.py
+++ b/sdks/python/apache_beam/ml/inference/pytorch_inference_it_test.py
@@ -93,6 +93,7 @@ class PyTorchInference(unittest.TestCase):
 
   @pytest.mark.uses_pytorch
   @pytest.mark.it_postcommit
+  @pytest.mark.skip  # TODO(https://github.com/apache/beam/issues/22413): Debug input data issue and unskip
   def test_torch_run_inference_coco_maskrcnn_resnet50_fpn(self):
     test_pipeline = TestPipeline(is_integration_test=True)
     # text files containing absolute path to the coco validation data on GCS