driazati commented on code in PR #13228:
URL: https://github.com/apache/tvm/pull/13228#discussion_r1008384540


##########
tests/python/frontend/caffe/test_forward.py:
##########
@@ -1092,6 +1093,7 @@ def _test_alexnet(data):
     _test_network(data_process, proto_file, blob_file)
 
 
[email protected](reason="See issue #13227")

Review Comment:
   ```suggestion
   @pytest.mark.skip(reason="See https://github.com/apache/tvm/issues/13227";)
   ```



##########
tests/python/frontend/caffe/test_forward.py:
##########
@@ -1153,6 +1155,7 @@ def _test_inceptionv1(data):
     _test_network(data_process, proto_file, blob_file)
 
 
[email protected](reason="See issue #13227")

Review Comment:
   ```suggestion
   @pytest.mark.skip(reason="See issue 
https://github.com/apache/tvm/issues/13227";)
   ```
   nit: use the full url so its easy to click on from the code



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