Skip to content

Commit db8b270

Browse files
pcarletonclaude
andcommitted
Remove accidental test skips from test_stdio.py
Remove pytest.mark.skip decorators that were accidentally added, restoring the file to match main branch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ffcc7c7 commit db8b270

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/client/test_stdio.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ class TestChildProcessCleanup:
246246

247247
@pytest.mark.anyio
248248
@pytest.mark.filterwarnings("ignore::ResourceWarning" if sys.platform == "win32" else "default")
249-
@pytest.mark.skip(reason="Flaky test - timing-dependent process cleanup")
250249
async def test_basic_child_process_cleanup(self):
251250
"""
252251
Test basic parent-child process cleanup.
@@ -341,7 +340,6 @@ async def test_basic_child_process_cleanup(self):
341340

342341
@pytest.mark.anyio
343342
@pytest.mark.filterwarnings("ignore::ResourceWarning" if sys.platform == "win32" else "default")
344-
@pytest.mark.skip(reason="Flaky test - timing-dependent process cleanup")
345343
async def test_nested_process_tree(self):
346344
"""
347345
Test nested process tree cleanup (parent → child → grandchild).
@@ -440,7 +438,6 @@ async def test_nested_process_tree(self):
440438

441439
@pytest.mark.anyio
442440
@pytest.mark.filterwarnings("ignore::ResourceWarning" if sys.platform == "win32" else "default")
443-
@pytest.mark.skip(reason="Flaky test - timing-dependent process cleanup")
444441
async def test_early_parent_exit(self):
445442
"""
446443
Test cleanup when parent exits during termination sequence.

0 commit comments

Comments
 (0)