You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/08/01 18:21:00 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #12255: [PyTorch] Disable failing tests on AArch64

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


##########
tests/python/frontend/pytorch/test_forward.py:
##########
@@ -4060,6 +4061,10 @@ def test_forward_pretrained_bert_base_uncased():
     print("TVM   top-1 id: {}, token: {}".format(tvm_pred_idx, tvm_pred_token))
 
 
+@pytest.mark.skipif(
+    platform.machine() == "aarch64",
+    reason="Currently failing on AArch64",

Review Comment:
   Can you file a GitHub issue with the context on the skip and link it here? also just fyi I think we can merge all the skip test PRs since they have a similar theme



-- 
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: commits-unsubscribe@tvm.apache.org

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