[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:
Tatyana Krasnukha
2021-02-04 01:02:31 +03:00
parent f9c5e1664e
commit 05d7d6949c
47 changed files with 1 additions and 177 deletions

View File

@@ -24,7 +24,6 @@ class DisasmAPITestCase(TestBase):
self.line2 = line_number(
'main.c', '// Find the line number for breakpoint 2 here.')
@add_test_categories(['pyapi'])
@expectedFailureAll(oslist=["windows"], bugnumber='llvm.org/pr21765')
def test(self):
"""Exercise getting SBAddress objects, disassembly, and SBAddress APIs."""