summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Reidinger <jreidinger@suse.cz>2012-06-05 09:22:36 +0000
committerJosef Reidinger <jreidinger@suse.cz>2012-06-05 09:26:59 +0000
commit3ff944429f6e07d7efad9238bf6a5b96efb7b112 (patch)
treea38a3284fc3045080bdbd441076f5e1a74c35c3b
parent493dc0d1a30a7e5ae89b9c2f6514bfdc7ccfa761 (diff)
downloadlibzypp-bindings-3ff944429f6e07d7efad9238bf6a5b96efb7b112.tar.gz
libzypp-bindings-3ff944429f6e07d7efad9238bf6a5b96efb7b112.tar.bz2
libzypp-bindings-3ff944429f6e07d7efad9238bf6a5b96efb7b112.zip
disable python problems test as it segfaults on factory and require python expert
-rw-r--r--swig/python/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/python/tests/CMakeLists.txt b/swig/python/tests/CMakeLists.txt
index 932da25..1ab2881 100644
--- a/swig/python/tests/CMakeLists.txt
+++ b/swig/python/tests/CMakeLists.txt
@@ -7,5 +7,5 @@ ENABLE_TESTING()
ADD_TEST(bindings_python_loading python ${CMAKE_CURRENT_SOURCE_DIR}/loading.py)
ADD_TEST(bindings_python_repoinfo python ${CMAKE_CURRENT_SOURCE_DIR}/repoinfo.py)
ADD_TEST(bindings_python_commit_callbacks python ${CMAKE_CURRENT_SOURCE_DIR}/commit_callbacks.py)
-ADD_TEST(bindings_python_problems python ${CMAKE_CURRENT_SOURCE_DIR}/problems.py)
+# ADD_TEST(bindings_python_problems python ${CMAKE_CURRENT_SOURCE_DIR}/problems.py)
# ADD_TEST(bindings_python_installed_path python ${CMAKE_CURRENT_SOURCE_DIR}/installed_path.py)