[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
This commit is contained in:
parent
b8bb733778
commit
c6c9fd326c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue