Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427

llvm-svn: 169295
This commit is contained in:
Daniel Malea 2012-12-04 19:53:59 +00:00
parent 57e09e87a4
commit 4e718e7dd8
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class ConnectRemoteTestCase(TestBase):
mydir = os.path.join("functionalities", "connect_remote")
@expectedFailureLinux # bugzilla 14427
def test_connect_remote(self):
"""Test "process connect connect:://localhost:12345"."""