summaryrefslogtreecommitdiff
blob: c3802392e3b5a89baa771f6a0a1b04ff79c66eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From 7fd8c24182ea054d6d890b6f6325e63458a10392 Mon Sep 17 00:00:00 2001
From: Mart Raudsepp <leio@gentoo.org>
Date: Thu, 17 Jan 2019 21:03:06 +0200
Subject: [PATCH] tests: Disable test that fails with gnutls-3.6 (or in
 general)

Tests for TLS 1.3 are still problematic on 2.58.x releases; should
be better once 2.60 comes out, but the changes are still being worked
on and would cause regressions for real world programs right now if
backported.
---
 tls/tests/connection.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 6087efc..accca78 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -2017,14 +2017,10 @@ 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);
-  g_test_add ("/tls/connection/client-auth-failure", TestConnection, NULL,
-              setup_connection, test_client_auth_failure, teardown_connection);
   g_test_add ("/tls/connection/client-auth-fail-missing-client-private-key", TestConnection, NULL,
               setup_connection, test_client_auth_fail_missing_client_private_key, teardown_connection);
   g_test_add ("/tls/connection/client-auth-request-cert", TestConnection, NULL,
               setup_connection, test_client_auth_request_cert, teardown_connection);
-  g_test_add ("/tls/connection/client-auth-request-fail", TestConnection, NULL,
-              setup_connection, test_client_auth_request_fail, teardown_connection);
   g_test_add ("/tls/connection/no-database", TestConnection, NULL,
               setup_connection, test_connection_no_database, teardown_connection);
   g_test_add ("/tls/connection/failed", TestConnection, NULL,
-- 
2.17.0