forked from OSchip/llvm-project
Temporarily disable test on FreeBSD that is asserting
llvm.org/pr21325 llvm-svn: 220871
This commit is contained in:
parent
a5605d34b9
commit
2ec8e1bd20
|
@ -50,6 +50,7 @@ class EventAPITestCase(TestBase):
|
|||
self.buildDsym()
|
||||
self.do_add_listener_to_broadcaster()
|
||||
|
||||
@skipIfFreeBSD # llvm.org/pr21325
|
||||
@python_api_test
|
||||
@dwarf_test
|
||||
def test_add_listener_to_broadcaster_with_dwarf(self):
|
||||
|
|
Loading…
Reference in New Issue