1 diff --git i/tests/ssl-test.c w/tests/ssl-test.c
2 index 501c3479..b29f45f2 100644
5 @@ -445,7 +445,7 @@ main (int argc, char **argv)
6 g_test_add_func ("/ssl/session-properties", do_session_property_tests);
7 g_test_add_func ("/ssl/message-properties/async", do_async_properties_tests);
8 g_test_add_func ("/ssl/message-properties/sync", do_sync_properties_tests);
9 - g_test_add_func ("/ssl/tls-interaction", do_tls_interaction_test);
10 + //g_test_add_func ("/ssl/tls-interaction", do_tls_interaction_test);
12 for (i = 0; i < G_N_ELEMENTS (strictness_tests); i++) {
13 g_test_add_data_func (strictness_tests[i].name,