You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/22 21:44:40 UTC

[GitHub] [beam] TheNeuralBit commented on a diff in pull request #22418: Skip failing torch post commit test

TheNeuralBit commented on code in PR #22418:
URL: https://github.com/apache/beam/pull/22418#discussion_r928005029


##########
sdks/python/apache_beam/ml/inference/pytorch_inference_it_test.py:
##########
@@ -93,6 +93,7 @@ def test_torch_run_inference_imagenet_mobilenetv2(self):
 
   @pytest.mark.uses_pytorch
   @pytest.mark.it_postcommit
+  @pytest.mark.skip

Review Comment:
   ```suggestion
     @pytest.mark.skip # TODO(https://github.com/apache/beam/issues/22413): Debug input data issue and unskip
   ```
   
   This should link to the relevant issue.



-- 
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-unsubscribe@beam.apache.org

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