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