Skipping TestAttachDenied.py on Linux as it is hanging on a buildbot after r248834.

I'll track down what is happening here.

llvm-svn: 248846
This commit is contained in:
Todd Fiala 2015-09-29 23:06:56 +00:00
parent fe07bd67fd
commit 6fe591b45d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class AttachDeniedTestCase(TestBase):
return (err, shell_command.GetStatus(), shell_command.GetOutput())
@skipIfWindows
@skipIfLinux # hanging after reviews D13124 change went in
def test_attach_to_process_by_id_denied(self):
"""Test attach by process id denied"""