summaryrefslogtreecommitdiff
path: root/tests/functional/test_debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test_debug.py')
-rw-r--r--tests/functional/test_debug.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/functional/test_debug.py b/tests/functional/test_debug.py
index 86de965..ff00840 100644
--- a/tests/functional/test_debug.py
+++ b/tests/functional/test_debug.py
@@ -58,16 +58,6 @@ def test_httpretty_debugs_socket_sendto(context):
)
-@httprettified
-@scenario(create_socket)
-def test_httpretty_debugs_socket_recv(context):
- "HTTPretty should forward_and_trace socket.recv"
-
- expect(context.sock.recv).when.called.to.throw(
- "not connected"
- )
-
-
@skip('not currently supported')
@httprettified
@scenario(create_socket)