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:
Ed Maste 2014-02-24 15:10:00 +00:00
parent 7dbcdd08c2
commit c00c6e661f
1 changed files with 0 additions and 1 deletions

View File

@ -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"."""