summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2014-04-11 23:13:57 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-17 00:22:35 -0400
commit795ae2d852afe6b9f400d0e601082c544067ca9f (patch)
tree82e22c5d09e2bb1679791d67a59d20005011cda8 /tests
parent2de25cfdcc7f3ad8861ccc9d248190f14a7c9a31 (diff)
Disable reliable mode for test-fullmode, we already have pseudotcp unit tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test-fullmode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-fullmode.c b/tests/test-fullmode.c
index fe66a57..7de33d0 100644
--- a/tests/test-fullmode.c
+++ b/tests/test-fullmode.c
@@ -48,7 +48,7 @@
#define USE_LOOPBACK 1
#define USE_PROXY 0
#define USE_UPNP 0
-#define USE_RELIABLE 1
+#define USE_RELIABLE 0
#define TEST_GOOGLE 0
#define PROXY_IP "127.0.0.1"