Skip to content

Commit 7ea690d

Browse files
authored
Merge pull request #9761 from hamishknight/disable-test-next
[next] [lldb] [test] Disable `test_command_stats_force`
2 parents 2bd9e08 + d256539 commit 7ea690d

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)