This is an automated email from the ASF dual-hosted git repository.
masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 6a86c97889 [skip ci] Disable flaky test `test_empty_like` (#11968)
6a86c97889 is described below
commit 6a86c97889a81e856e610a81d2bb20852cda8932
Author: driazati <[email protected]>
AuthorDate: Thu Jun 30 11:51:34 2022 -0700
[skip ci] Disable flaky test `test_empty_like` (#11968)
See #11967
Co-authored-by: driazati <[email protected]>
---
tests/python/frontend/pytorch/test_forward.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/python/frontend/pytorch/test_forward.py
b/tests/python/frontend/pytorch/test_forward.py
index f039a00f5d..d411d9c874 100644
--- a/tests/python/frontend/pytorch/test_forward.py
+++ b/tests/python/frontend/pytorch/test_forward.py
@@ -3820,6 +3820,7 @@ def test_empty():
verify_model_with_input(test_func, [])
[email protected](reason="See https://github.com/apache/tvm/issues/11967")
def test_empty_like():
def test_func(data):
return torch.empty_like(data)