You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: remove add_child(runner) from watchdog tests
McpTestSuite extends RefCounted (not Node), so add_child(runner) errors
at test runtime — Linux/macOS/Windows all failed with the same root
cause. The tests fire _on_scan_watchdog_timeout() directly instead of
relying on the Timer counting down, so the runner doesn't actually need
to be in a SceneTree; the Timer just needs to be a child of the runner
(works regardless of where the runner sits).
0 commit comments