forked from OSchip/llvm-project
Remove expectedFailureFreeBSD from passing test_process_list
This test passes locally but was marked XFAIL due to failures on the FreeBSD buildbot. That buildbot has been retired as it was overloaded, and we will investigate again if this fails once a new buildbot is in place. llvm.org/pr23747 llvm-svn: 247562
This commit is contained in:
parent
1b3f13d776
commit
149a352eb3
|
@ -18,7 +18,6 @@ class PlatformCommandTestCase(TestBase):
|
|||
self.expect("platform list",
|
||||
patterns = ['^Available platforms:'])
|
||||
|
||||
@expectedFailureFreeBSD("llvm.org/pr23747 failing on the buildbot")
|
||||
def test_process_list(self):
|
||||
self.expect("platform process list",
|
||||
substrs = ['PID', 'TRIPLE', 'NAME'])
|
||||
|
|
Loading…
Reference in New Issue