forked from qt-creator/qt-creator
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:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user