Skip to content

Commit

Permalink
[skip ci] Disable flaky test test_empty_like (apache#11968)
Browse files Browse the repository at this point in the history
See apache#11967

Co-authored-by: driazati <[email protected]>
  • Loading branch information
driazati and driazati authored Jun 30, 2022
1 parent 985680e commit 6a86c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/frontend/pytorch/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6a86c97

Please sign in to comment.