summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-09-06 09:57:09 +0200
committerArmin Rigo <arigo@tunes.org>2016-09-06 09:57:09 +0200
commit7a417bfb11fd47f9508e37be8807bac6307fcd28 (patch)
tree415b7a4bdfb42df2e9eebb26d62f8c803bb664fe
parent1b0d14005661e76d40b4b950b0d842e0457d69bf (diff)
downloadcffi-7a417bfb11fd47f9508e37be8807bac6307fcd28.tar.gz
skip test
-rw-r--r--testing/cffi0/test_ctypes.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/cffi0/test_ctypes.py b/testing/cffi0/test_ctypes.py
index 1b88473..a70c8f0 100644
--- a/testing/cffi0/test_ctypes.py
+++ b/testing/cffi0/test_ctypes.py
@@ -34,6 +34,9 @@ class TestCTypes(backend_tests.BackendTests):
def test_nested_anonymous_union(self):
py.test.skip("ctypes backend: not supported: nested anonymous union")
+ def test_nested_anonymous_struct_2(self):
+ py.test.skip("ctypes backend: not supported: nested anonymous union")
+
def test_CData_CType_2(self):
if sys.version_info >= (3,):
py.test.skip("ctypes backend: not supported in Python 3: CType")