summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2014-07-01 10:22:31 +0200
committerChristian Stenger <christian.stenger@digia.com>2014-07-01 10:45:14 +0200
commit75da297e4d9a62c582c2719615aa20306335c8b0 (patch)
tree95f7a58bcfff8a0b9d757973bae4e5c94cb5117b /tests
parent2dacacdf805bf111bef964077fb2817d5324395e (diff)
downloadqt-creator-75da297e4d9a62c582c2719615aa20306335c8b0.tar.gz
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>
Diffstat (limited to 'tests')
-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 6a869e4f03..6a00a50e91 100644
--- a/tests/system/suite_tools/tst_codepasting/test.py
+++ b/tests/system/suite_tools/tst_codepasting/test.py
@@ -40,7 +40,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"]