Skip to content

Commit 0e60d61

Browse files
committed
disable test_socket_cancel_sock_sendall on all versions
1 parent 9eff0e3 commit 0e60d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sockets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ async def client(sock, addr):
664664
w = asyncio.wait_for(c, timeout=5.0)
665665
self.loop.run_until_complete(w)
666666

667-
@unittest.skipIf(sys.version_info >= (3, 11), "Sendall is having problems on 3.11+")
667+
@unittest.skip("Sendall is having problems on all versions")
668668
def test_socket_cancel_sock_sendall(self):
669669
def srv_gen(sock):
670670
time.sleep(1.2)

0 commit comments

Comments
 (0)