Remove TestConnectRemote decorator for FreeBSD
Failure is not reproducible on ToT LLDB locally or on the buildbot. llvm.org/pr18313 llvm-svn: 202043
This commit is contained in:
parent
7dbcdd08c2
commit
c00c6e661f
|
|
@ -12,7 +12,6 @@ class ConnectRemoteTestCase(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@expectedFailureFreeBSD('llvm.org/pr18313')
|
||||
def test_connect_remote(self):
|
||||
"""Test "process connect connect:://localhost:12345"."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue