We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a285904 + a591320 commit c471dd2Copy full SHA for c471dd2
tests/System/unitTestUserJobs.py
@@ -53,10 +53,6 @@ def test_submit(self):
53
self.assertTrue(res["OK"])
54
jobsSubmittedList.append(res["Value"])
55
56
- res = helloWorldPIC()
57
- self.assertTrue(res["OK"])
58
- jobsSubmittedList.append(res["Value"])
59
-
60
res = helloWorldRALPP()
61
62
0 commit comments