diff options
-rw-r--r-- | Swiften/QA/TLSTest/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/QA/TLSTest/SConscript b/Swiften/QA/TLSTest/SConscript index ba884e4..b7bfc7d 100644 --- a/Swiften/QA/TLSTest/SConscript +++ b/Swiften/QA/TLSTest/SConscript @@ -20,6 +20,7 @@ if env["TEST"] : tester = myenv.Program("TLSTest", [ "CertificateTest.cpp", - "CertificateErrorTest.cpp" + # Reenable if either http://www.tls-o-matic.com/ is fixed or we have setup a replacement. + #"CertificateErrorTest.cpp" ]) myenv.Test(tester, "system")
\ No newline at end of file |