summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/value/TestValueAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/python_api/value/TestValueAPI.py')
-rw-r--r--lldb/test/API/python_api/value/TestValueAPI.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/value/TestValueAPI.py b/lldb/test/API/python_api/value/TestValueAPI.py
index b38eb2dbde61..543186c1e31f 100644
--- a/lldb/test/API/python_api/value/TestValueAPI.py
+++ b/lldb/test/API/python_api/value/TestValueAPI.py
@@ -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}