summaryrefslogtreecommitdiff
path: root/tests/test_gi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_gi.py')
-rw-r--r--tests/test_gi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_gi.py b/tests/test_gi.py
index 12789207..5560a61b 100644
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -920,7 +920,6 @@ class TestArray(unittest.TestCase):
result = list(CONSTANT_UCS4)
assert GIMarshallingTests.array_unichar_out() == result
- @unittest.skip("broken")
def test_array_zero_terminated_return_unichar(self):
assert GIMarshallingTests.array_zero_terminated_return_unichar() == \
list(CONSTANT_UCS4)