[TestCreateAfterAttach] Add @skipIfRemote to the forking test.

Test Plan: dotest.py -p TestCreateAfterAttach

Reviewers: chaoren

Reviewed By: chaoren

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D9617

llvm-svn: 236903
This commit is contained in:
Siva Chandra 2015-05-08 21:12:41 +00:00
parent 1992834a29
commit 09c4424994
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class CreateAfterAttachTestCase(TestBase):
@skipIfFreeBSD # Hangs. Revisit once required functionality is implemented
# for FreeBSD.
@dwarf_test
@skipIfRemote
@expectedFailureLinux # this test fails 1/100 dosep runs
def test_create_after_attach_with_dwarf_and_fork(self):
"""Test thread creation after process attach."""