diff options
author | Christian Stenger <christian.stenger@digia.com> | 2014-07-01 10:22:31 +0200 |
---|---|---|
committer | Christian Stenger <christian.stenger@digia.com> | 2014-07-01 10:45:14 +0200 |
commit | 75da297e4d9a62c582c2719615aa20306335c8b0 (patch) | |
tree | 95f7a58bcfff8a0b9d757973bae4e5c94cb5117b /tests/system | |
parent | 2dacacdf805bf111bef964077fb2817d5324395e (diff) | |
download | qt-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/system')
-rw-r--r-- | tests/system/suite_tools/tst_codepasting/test.py | 2 |
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"] |