Skip to content

Commit 2d0a02e

Browse files
committed
[lldb] [test] Disable test_command_stats_force
rdar://141613283
1 parent f1aa868 commit 2d0a02e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/stats_api/TestStatisticsAPI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def test_command_stats_api(self):
120120
self.assertNotIn("_regexp-bt", command_stats)
121121

122122
@add_test_categories(["dwo"])
123+
@skipIf(bugnumber="rdar://141613283")
123124
def test_command_stats_force(self):
124125
"""
125126
Test reporting all pssible debug info stats by force loading all debug

0 commit comments

Comments
 (0)