Skip to content

Commit 0256ae0

Browse files
committed
Revert "Skip flaky test (RustPython#7967)"
This reverts commit 52305c0.
1 parent b3600dc commit 0256ae0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Lib/test/test_asyncio/test_sendfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,10 +566,6 @@ class EPollEventLoopTests(SendfileTestsBase,
566566
def create_event_loop(self):
567567
return asyncio.SelectorEventLoop(selectors.EpollSelector())
568568

569-
@unittest.skipIf(sys.platform != "win32", "TODO: RUSTPYTHON; Flaky on CI")
570-
def test_sendfile_ssl_pre_and_post_data(self):
571-
return super().test_sendfile_ssl_pre_and_post_data()
572-
573569
if hasattr(selectors, 'PollSelector'):
574570
class PollEventLoopTests(SendfileTestsBase,
575571
test_utils.TestCase):

0 commit comments

Comments
 (0)