summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2015-01-20 12:10:08 +0100
committerRobert Loehning <robert.loehning@theqtcompany.com>2015-01-21 10:56:44 +0100
commitf78479014f65f00bbd7a614c1066d90c395ff77f (patch)
treea0498697e5f953fdc8daa7c7cfa2d6f0c7457b52
parent9dee300b6731248cff37ef384d1905338875fa67 (diff)
downloadqt-creator-f78479014f65f00bbd7a614c1066d90c395ff77f.tar.gz
Squish: Disable pastebin.ca for now.
"Server is at capacity" Change-Id: I440dca1e2d6bfab13b2fe59662691df4fa724ba7 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--tests/system/suite_tools/tst_codepasting/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_tools/tst_codepasting/test.py b/tests/system/suite_tools/tst_codepasting/test.py
index c8d7d2c4be..00ba133598 100644
--- a/tests/system/suite_tools/tst_codepasting/test.py
+++ b/tests/system/suite_tools/tst_codepasting/test.py
@@ -41,7 +41,7 @@ def main():
startApplication("qtcreator" + SettingsPath)
if not startedWithoutPluginError():
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
# for all machines using the same IP-address like you.
# protocolsToTest += ["Pastebin.Com"]