Disabling watchpoint test with intermittent failure.

llvm-svn: 182887
This commit is contained in:
Andrew Kaylor 2013-05-29 22:12:53 +00:00
parent ae1fbfb740
commit bc46d567b7
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class SetWatchlocationAPITestCase(TestBase):
self.buildDsym() self.buildDsym()
self.do_set_watchlocation() self.do_set_watchlocation()
@skipIfLinux # Sometimes passes, sometimes not.
@python_api_test @python_api_test
@dwarf_test @dwarf_test
def test_watch_location_with_dwarf(self): def test_watch_location_with_dwarf(self):