blob: f9f565f7705348052d8b5e7eabd15d05dd846220 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Thu, 24 Apr 2025 00:25:38 +0200
Subject: [PATCH] Disable flaky test
---
tests/ssl-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ssl-test.c b/tests/ssl-test.c
index 501c34793de8..b29f45f2b047 100644
--- a/tests/ssl-test.c
+++ b/tests/ssl-test.c
@@ -445,7 +445,7 @@ main (int argc, char **argv)
g_test_add_func ("/ssl/session-properties", do_session_property_tests);
g_test_add_func ("/ssl/message-properties/async", do_async_properties_tests);
g_test_add_func ("/ssl/message-properties/sync", do_sync_properties_tests);
- g_test_add_func ("/ssl/tls-interaction", do_tls_interaction_test);
+ //g_test_add_func ("/ssl/tls-interaction", do_tls_interaction_test);
for (i = 0; i < G_N_ELEMENTS (strictness_tests); i++) {
g_test_add_data_func (strictness_tests[i].name,
|