[glib-networking/wip/nacho/openssl-fix: 6/9] openssl: fix readwrite_after_connection_destroyed test



commit 62db0fe8ed62a8f2abf2820fbd44291b0782e377
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Tue Sep 11 10:55:06 2018 +0200

    openssl: fix readwrite_after_connection_destroyed test

 tls/tests/connection.c | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index b5c4ad2..0f47feb 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -2075,11 +2075,6 @@ test_readwrite_after_connection_destroyed (TestConnection *test,
   unsigned char buffer[1];
   GError *error = NULL;
 
-#ifdef BACKEND_IS_OPENSSL
-  g_test_skip ("this needs more research on openssl");
-  return;
-#endif
-
   g_test_bug ("792219");
 
   connection = start_async_server_and_connect_to_it (test, G_TLS_AUTHENTICATION_REQUESTED);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]