Skip to content

Commit c471dd2

Browse files
authored
Merge pull request #6957 from fstagni/81_fixes9
[8.1] system test: removed PIC, which is now effectively MareNostrum
2 parents a285904 + a591320 commit c471dd2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/System/unitTestUserJobs.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ def test_submit(self):
5353
self.assertTrue(res["OK"])
5454
jobsSubmittedList.append(res["Value"])
5555

56-
res = helloWorldPIC()
57-
self.assertTrue(res["OK"])
58-
jobsSubmittedList.append(res["Value"])
59-
6056
res = helloWorldRALPP()
6157
self.assertTrue(res["OK"])
6258
jobsSubmittedList.append(res["Value"])

0 commit comments

Comments
 (0)