[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:
@@ -24,7 +24,6 @@ class ValueAPITestCase(TestBase):
|
||||
self.line = line_number('main.c', '// Break at this line')
|
||||
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24772")
|
||||
@add_test_categories(['pyapi'])
|
||||
def test(self):
|
||||
"""Exercise some SBValue APIs."""
|
||||
d = {'EXE': self.exe_name}
|
||||
|
||||
Reference in New Issue
Block a user