summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-06-22 10:33:07 (GMT)
committerTobias Markmann <tm@ayena.de>2016-06-22 10:33:07 (GMT)
commit545e17682e2cb97b537a0b6ebc2b2d026e3f0389 (patch)
tree008ba6f58d957f69fee9bf0ed0d7954bc3ac11ef /Swiften/QA
parent36e8ea5b6284c89cca3c869e7ff0dbc9e2943c0f (diff)
downloadswift-545e17682e2cb97b537a0b6ebc2b2d026e3f0389.zip
swift-545e17682e2cb97b537a0b6ebc2b2d026e3f0389.tar.bz2
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
Diffstat (limited to 'Swiften/QA')
-rw-r--r--Swiften/QA/TLSTest/SConscript3
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