From 04032031107016be6b34f78252c3d2b559bcb9be Mon Sep 17 00:00:00 2001 From: Thomas Wang Date: Wed, 12 Nov 2025 10:16:27 -0800 Subject: [PATCH] Skip test_instance_name on OSS Summary: This test passes internally but not on OSS like a few others. This should fix Test Python GPU Reviewed By: thedavekwon Differential Revision: D86869291 --- python/tests/test_python_actors.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/tests/test_python_actors.py b/python/tests/test_python_actors.py index 7cb7c90b9..11fb09c04 100644 --- a/python/tests/test_python_actors.py +++ b/python/tests/test_python_actors.py @@ -1761,6 +1761,9 @@ def report(self) -> Any: return context().actor_instance.creator, str(context().actor_instance) +# oss_skip: flaky internally but fails on CI with "ValueError: error spawning proc mesh: statuses: Timeout(30.000905376s)=0..1" +# TODO: fix flakiness @zdevito T244881215 +@pytest.mark.oss_skip def test_instance_name(): cr, result = ( this_host()