From af419800e9e1de15363469d3bbed32b751e49dc8 Mon Sep 17 00:00:00 2001 From: driazati Date: Mon, 3 Jan 2022 15:07:08 -0800 Subject: [PATCH] link issue --- tests/python/contrib/test_rpc_server_device.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/python/contrib/test_rpc_server_device.py b/tests/python/contrib/test_rpc_server_device.py index da0ccaf16c58..7999a05be2d9 100644 --- a/tests/python/contrib/test_rpc_server_device.py +++ b/tests/python/contrib/test_rpc_server_device.py @@ -387,7 +387,9 @@ def test_graph_executor_remote_run(host, port): tvm.testing.assert_allclose(out.numpy(), a + b) -@pytest.mark.xfail(strict=False, reason="flaky test (see https://github.com/apache/tvm/pull/9753)") +@pytest.mark.xfail( + strict=False, reason="flaky test (see https://github.com/apache/tvm/issues/9824)" +) @pytest.mark.dependency(depends=["test_rpc_tracker"]) @ios_rpc_bundle_description_required @setup_rpc_tracker_configuration