Skip to content

Commit

Permalink
link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Jan 4, 2022
1 parent f9f731f commit af41980
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/python/contrib/test_rpc_server_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af41980

Please sign in to comment.