Skip to content

Commit a2bfdac

Browse files
authored
Merge pull request #9758 from hamishknight/disable-test
[lldb] [test] Disable `test_command_stats_force`
2 parents f1aa868 + 2d0a02e commit a2bfdac

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)