From a6f42cf8bc656891b6d40e790761df3bf0717b09 Mon Sep 17 00:00:00 2001 From: Luke Hutton Date: Mon, 31 Oct 2022 09:03:36 +0000 Subject: [PATCH] Update tests/python/frontend/caffe/test_forward.py Co-authored-by: driazati <9407960+driazati@users.noreply.github.com> --- tests/python/frontend/caffe/test_forward.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/frontend/caffe/test_forward.py b/tests/python/frontend/caffe/test_forward.py index e44e5cc1db7f..d0ba1dfac40b 100644 --- a/tests/python/frontend/caffe/test_forward.py +++ b/tests/python/frontend/caffe/test_forward.py @@ -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)