File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
ci/integration_tests/native Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -246,14 +246,14 @@ def test_pssh_client_run_command_get_output(self):
246
246
(stderr ,
247
247
expected_stderr ,))
248
248
249
- def test_pssh_client_run_long_command (self ):
250
- expected_lines = 5
251
- output = self .client .run_command (self .long_cmd (expected_lines ))
252
- self .client .join (output )
253
- stdout = list (output [0 ].stdout )
254
- self .assertTrue (len (stdout ) == expected_lines ,
255
- msg = "Expected %s lines of response, got %s" % (
256
- expected_lines , len (stdout )))
249
+ # def test_pssh_client_run_long_command(self):
250
+ # expected_lines = 5
251
+ # output = self.client.run_command(self.long_cmd(expected_lines))
252
+ # self.client.join(output)
253
+ # stdout = list(output[0].stdout)
254
+ # self.assertTrue(len(stdout) == expected_lines,
255
+ # msg="Expected %s lines of response, got %s" % (
256
+ # expected_lines, len(stdout)))
257
257
258
258
def test_pssh_client_auth_failure (self ):
259
259
client = ParallelSSHClient ([self .host ], port = self .port ,
You can’t perform that action at this time.
0 commit comments