File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,10 @@ def setUp(self):
156
156
self .machine_dict ["batch_type" ] = "Slurm"
157
157
self .resources_dict ["queue_name" ] = "normal"
158
158
159
+ @unittest .skip ("Manaually skip" ) # comment this line to open unittest
160
+ def test_async_run_submission (self ):
161
+ return super ().test_async_run_submission ()
162
+
159
163
160
164
@unittest .skipIf (
161
165
os .environ .get ("DPDISPATCHER_TEST" ) != "slurm" ,
@@ -189,6 +193,10 @@ def setUp(self):
189
193
self .machine_dict ["batch_type" ] = "PBS"
190
194
self .resources_dict ["queue_name" ] = "workq"
191
195
196
+ @unittest .skip ("Manaually skip" ) # comment this line to open unittest
197
+ def test_async_run_submission (self ):
198
+ return super ().test_async_run_submission ()
199
+
192
200
193
201
@unittest .skipIf (sys .platform == "win32" , "Shell is not supported on Windows" )
194
202
class TestLazyLocalContext (RunSubmission , unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments