aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-05-18 15:28:25 +0200
committerChristian Stenger <christian.stenger@qt.io>2020-05-19 09:53:27 +0000
commitcad625c739534e29157b20a59df0d8428b26a30e (patch)
tree0e51dd9d11e91be5417a8aa3c5c78fdf8efc1ae9
parent709b57481e3803e980864006ee7cf1c555900936 (diff)
Squish: Remove pastecode.xyz from tests
Service is unavailable. Task-number: QTCREATORBUG-24002 Change-Id: I012681ec1ec1deb30387e1762fe72a877e56fa10 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
-rw-r--r--tests/system/suite_tools/tst_codepasting/test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/system/suite_tools/tst_codepasting/test.py b/tests/system/suite_tools/tst_codepasting/test.py
index 42eb3ef8b0..0915f02fcc 100644
--- a/tests/system/suite_tools/tst_codepasting/test.py
+++ b/tests/system/suite_tools/tst_codepasting/test.py
@@ -35,7 +35,6 @@ def __platformToBeRunToday__():
skipPastingToPastebinCom = platform.system() not in __platformToBeRunToday__()
NAME_PBCOM = "Pastebin.Com"
-NAME_PCXYZ = "Pastecode.Xyz"
serverProblems = "Server side problems."
@@ -169,7 +168,7 @@ def main():
startQC()
if not startedWithoutPluginError():
return
- protocolsToTest = [NAME_PBCOM, NAME_PCXYZ]
+ protocolsToTest = [NAME_PBCOM]
sourceFile = os.path.join(os.getcwd(), "testdata", "main.cpp")
# make sure General Messages is open
openGeneralMessages()