Skip to content

Commit bb94301

Browse files
committed
doesn't always trigger
1 parent e8c00f5 commit bb94301

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/python/test_subprocess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import unittest
44
import warnings
55
from unittest import mock
6+
import pytest
67

78
import asyncio
89
from asyncio import base_subprocess
@@ -192,6 +193,7 @@ def prepare_broken_pipe_test(self):
192193
proc = self.loop.run_until_complete(create)
193194
return (proc, large_data)
194195

196+
@pytest.mark.xfail(msg="XXX doesn't always trigger")
195197
def test_stdin_broken_pipe(self):
196198
proc, large_data = self.prepare_broken_pipe_test()
197199

0 commit comments

Comments
 (0)