Skip to content

Commit bc4458b

Browse files
committed
Revert "Update tests/integration/test_scenarios.py"
This reverts commit 1d317e1.
1 parent 1d317e1 commit bc4458b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_scenarios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ async def test_scenario_initial_task_types(
19401940
# Given that we don't use legacy by default anymore, xfail it.
19411941
# Flakiness rate is around 1 failure per 30 runs, so use strict=False
19421942
# to avoid failing on a passing xfail.
1943-
reason='Flaky test due to race condition in legacy streaming, see https://github.com/a2aproject/a2a-python/issues/869',
1943+
request.node.add_marker(
19441944
pytest.mark.xfail(
19451945
reason='https://github.com/a2aproject/a2a-python/issues/869',
19461946
strict=False,

0 commit comments

Comments
 (0)