[glib-networking/mcatanzaro/client-auth-failure] Revert "Add back some earlier tests"



commit 153783f2b8f1617cafde2a08a11fada38cf4ae3c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Apr 1 16:58:13 2019 -0500

    Revert "Add back some earlier tests"
    
    This reverts commit 79e047bd8098ced918b788b365715aa6db894b9c.

 tls/tests/connection.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 8e0c17b..1b2d9bd 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -2266,6 +2266,7 @@ main (int   argc,
   g_setenv ("GIO_USE_TLS", BACKEND, TRUE);
   g_assert (g_ascii_strcasecmp (G_OBJECT_TYPE_NAME (g_tls_backend_get_default ()), "GTlsBackend" BACKEND) == 
0);
 
+#if 0
   g_test_add ("/tls/connection/basic", TestConnection, NULL,
               setup_connection, test_basic_connection, teardown_connection);
   g_test_add ("/tls/connection/verified", TestConnection, NULL,
@@ -2286,6 +2287,7 @@ main (int   argc,
               setup_connection, test_client_auth_connection, teardown_connection);
   g_test_add ("/tls/connection/client-auth-rehandshake", TestConnection, NULL,
               setup_connection, test_client_auth_rehandshake, teardown_connection);
+#endif
   g_test_add ("/tls/connection/client-auth-failure", TestConnection, NULL,
               setup_connection, test_client_auth_failure, teardown_connection);
 #if 0


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