summaryrefslogtreecommitdiffstats
path: root/tests/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.py')
-rw-r--r--tests/runtests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 3ae7185..da866d4 100644
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -21,7 +21,8 @@ else:
common.importModules(buildDir=buildDir,
srcDir=srcDir)
-SKIP_FILES = ['common', 'runtests']
+SKIP_FILES = ['common', 'runtests',
+ 'test_enum', 'test_conversion']
dir = os.path.split(os.path.abspath(__file__))[0]
os.chdir(dir)