From 75da297e4d9a62c582c2719615aa20306335c8b0 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 1 Jul 2014 10:22:31 +0200 Subject: [PATCH] Squish: Disable pastebin.ca for now Pastebin.ca has issues which make this test unreliable. Change-Id: Idae581822d9c2555e57fd91f5b1ae044666cdc4c Reviewed-by: Christian Stenger --- tests/system/suite_tools/tst_codepasting/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_tools/tst_codepasting/test.py b/tests/system/suite_tools/tst_codepasting/test.py index 6a869e4f036..6a00a50e917 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"]