Skip to content

Commit

Permalink
Update tests/python/frontend/caffe/test_forward.py
Browse files Browse the repository at this point in the history
Co-authored-by: driazati <9407960+driazati@users.noreply.github.com>
  • Loading branch information
lhutton1 and driazati authored Oct 31, 2022
1 parent 6ff5054 commit a6f42cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/frontend/caffe/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ def _test_inceptionv1(data):
_test_network(data_process, proto_file, blob_file)


@pytest.mark.skip(reason="See issue #13227")
@pytest.mark.skip(reason="See issue https://github.com/apache/tvm/issues/13227")
def test_forward_Inceptionv1():
"""Inceptionv4"""
data = np.random.randint(0, 256, size=(1, 3, 224, 224)).astype(np.float32)
Expand Down

0 comments on commit a6f42cf

Please sign in to comment.