Skip to content
Merged
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: 2 additions & 1 deletion e2e/test_suite14_stateful_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def test_stateful_stop_when_completes(self, fresh_runtime, model):

# ── Test 3: Stateful swarm handoff completes ───────────────────

@pytest.mark.skip(reason="Disabled: statful swarm handoff does not reliably complete in domain")
def test_stateful_swarm_handoff_completes(self, fresh_runtime, model):
"""Swarm handoff + check_transfer workers execute in domain.

Expand Down Expand Up @@ -342,7 +343,7 @@ def test_stateful_swarm_handoff_completes(self, fresh_runtime, model):
OnTextMention(text="HANDOFF_TO_B", target="swarm_agent_b"),
],
termination=TextMentionTermination("DONE"),
max_turns=20,
max_turns=6,
instructions="Start with swarm_agent_a.",
)
result = fresh_runtime.run(swarm, "Execute the swarm workflow", timeout=TIMEOUT)
Expand Down
Loading