[lldb/tests] Removed add_test_categories decorator for python API tests, NFC
There is a .categories file in the python_api directory that makes all nested tests belong to the category "pyapi". The decorator is unnecessary for these tests.
This commit is contained in:
@@ -26,7 +26,6 @@ class ChangeValueAPITestCase(TestBase):
|
||||
self.end_line = line_number(
|
||||
'main.c', '// Set a breakpoint here at the end')
|
||||
|
||||
@add_test_categories(['pyapi'])
|
||||
@expectedFlakeyLinux("llvm.org/pr25652")
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24772")
|
||||
def test_change_value(self):
|
||||
|
||||
Reference in New Issue
Block a user