Rm test for parent_run presence (#30356)

This commit is contained in:
William FH 2025-03-18 19:44:19 -07:00 committed by GitHub
parent 38b48d257d
commit f5a0092551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,6 @@ def test_config_traceable_handoff() -> None:
rt = get_current_run_tree()
assert rt
assert rt.session_name == "another-flippin-project"
assert rt.parent_run and rt.parent_run.name == "my_parent_function"
return my_child_function(a)
def my_parent_function(a: int) -> int: