Squish: Disable pastebin.ca for now

Pastebin.ca has issues which make this test unreliable.

Change-Id: Idae581822d9c2555e57fd91f5b1ae044666cdc4c
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Christian Stenger
2014-07-01 10:22:31 +02:00
parent 2dacacdf80
commit 75da297e4d

View File

@@ -40,7 +40,7 @@ def main():
startApplication("qtcreator" + SettingsPath) startApplication("qtcreator" + SettingsPath)
if not startedWithoutPluginError(): if not startedWithoutPluginError():
return return
protocolsToTest = ["Paste.KDE.Org", "Pastebin.Ca"] protocolsToTest = ["Paste.KDE.Org"]#, "Pastebin.Ca"]
# Be careful with Pastebin.Com, there are only 10 pastes per 24h # Be careful with Pastebin.Com, there are only 10 pastes per 24h
# for all machines using the same IP-address like you. # for all machines using the same IP-address like you.
# protocolsToTest += ["Pastebin.Com"] # protocolsToTest += ["Pastebin.Com"]