diff --git a/tests/python/frontend/pytorch/test_forward.py b/tests/python/frontend/pytorch/test_forward.py index f039a00f5d91..d411d9c874d4 100644 --- a/tests/python/frontend/pytorch/test_forward.py +++ b/tests/python/frontend/pytorch/test_forward.py @@ -3820,6 +3820,7 @@ def test_func(): verify_model_with_input(test_func, []) +@pytest.mark.skip(reason="See https://github.com/apache/tvm/issues/11967") def test_empty_like(): def test_func(data): return torch.empty_like(data)