Skip to content

Commit f369b0a

Browse files
driazatiylc
authored andcommitted
Add skip to flaky MacOS RPC test (apache#9753)
* Add skip to flaky MacOS RPC test * Use flaky marker instead * link issue * trigger ci * trigger ci Co-authored-by: driazati <[email protected]>
1 parent 62ad795 commit f369b0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/python/contrib/test_rpc_server_device.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ def test_graph_executor_remote_run(host, port):
387387
tvm.testing.assert_allclose(out.numpy(), a + b)
388388

389389

390+
@pytest.mark.xfail(
391+
strict=False, reason="flaky test (see https://github.com/apache/tvm/issues/9824)"
392+
)
390393
@pytest.mark.dependency(depends=["test_rpc_tracker"])
391394
@ios_rpc_bundle_description_required
392395
@setup_rpc_tracker_configuration

0 commit comments

Comments
 (0)