aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/tests/cindex/test_cdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/tests/cindex/test_cdb.py')
-rw-r--r--bindings/python/tests/cindex/test_cdb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/tests/cindex/test_cdb.py b/bindings/python/tests/cindex/test_cdb.py
index bd6e77329f69..64651af31732 100644
--- a/bindings/python/tests/cindex/test_cdb.py
+++ b/bindings/python/tests/cindex/test_cdb.py
@@ -5,11 +5,13 @@ from clang.cindex import CompileCommand
import os
import gc
import unittest
+import sys
kInputsDir = os.path.join(os.path.dirname(__file__), 'INPUTS')
+@unittest.skipIf(sys.platform == 'win32', "TODO: Fix these tests on Windows")
class TestCDB(unittest.TestCase):
def test_create_fail(self):
"""Check we fail loading a database with an assertion"""