From 545e17682e2cb97b537a0b6ebc2b2d026e3f0389 Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Wed, 22 Jun 2016 12:33:07 +0200 Subject: Temporarily disable CertificateErrorTest The tests are based on the http://www.tls-o-matic.com/ service, which is currently dysfunctional. Disabling the test so running all system tests does not fail anymore. Test-Information: ./scons test=all passes on OS X 10.11.5. Change-Id: I8df2e15efa6787e01dfebd78b61e07d1d1eed5c0 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 -- cgit v0.10.2-6-g49f6