From c6c9fd326c12e33e86650e9cf5d9911ffdb32d75 Mon Sep 17 00:00:00 2001 From: hpk Date: Fri, 2 Feb 2007 01:32:24 +0100 Subject: [PATCH] [svn r37783] puh, it took me quite a while to find out why ssh-stdout-confusion tests involving "os.write(1, ...)" were passing on earlier revisions: in 35888 a test name got fixed, but when you specify "-S somehost" then this will hang, so i am skipping the test for now, this never worked. --HG-- branch : trunk --- py/execnet/testing/test_gateway.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/py/execnet/testing/test_gateway.py b/py/execnet/testing/test_gateway.py index 1ad33c0e2..52dc4edae 100644 --- a/py/execnet/testing/test_gateway.py +++ b/py/execnet/testing/test_gateway.py @@ -454,6 +454,9 @@ class TestSshGateway(BasicRemoteExecution): py.test.skip("no known ssh target, use -S to set one") cls.gw = py.execnet.SshGateway(option.sshtarget) + def test_confusion_from_os_write_stdout(self): + py.test.skip("writing to FD 1 with SshGateways not supported yet") + def test_sshaddress(self): assert self.gw.remoteaddress == option.sshtarget