summaryrefslogtreecommitdiff
path: root/tests/online/badssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/online/badssl.c')
-rw-r--r--tests/online/badssl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/online/badssl.c b/tests/online/badssl.c
index 6524fcd8e..ffd4ef126 100644
--- a/tests/online/badssl.c
+++ b/tests/online/badssl.c
@@ -67,9 +67,6 @@ void test_online_badssl__old_cipher(void)
git_clone_options opts = GIT_CLONE_OPTIONS_INIT;
opts.fetch_opts.callbacks.certificate_check = cert_check_assert_invalid;
- /* FIXME: we don't actually reject RC4 anywhere, figure out what to tweak */
- cl_skip();
-
if (!g_has_ssl)
cl_skip();