From bc46d567b74e78fc4b31fd47046163bb7bef4e7f Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Wed, 29 May 2013 22:12:53 +0000 Subject: Disabling watchpoint test with intermittent failure. llvm-svn: 182887 --- lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/python_api') diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py index 2310fdc7489..f77e1e26a71 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py @@ -30,6 +30,7 @@ class SetWatchlocationAPITestCase(TestBase): self.buildDsym() self.do_set_watchlocation() + @skipIfLinux # Sometimes passes, sometimes not. @python_api_test @dwarf_test def test_watch_location_with_dwarf(self): -- cgit v1.2.3