forked from OSchip/llvm-project
Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427
llvm-svn: 169295
This commit is contained in:
parent
57e09e87a4
commit
4e718e7dd8
|
@ -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"."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue