Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions python/tests/test_python_actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down