diff options
author | Klaus Kämpf <kkaempf@suse.de> | 2010-12-08 12:59:46 +0100 |
---|---|---|
committer | Klaus Kämpf <kkaempf@suse.de> | 2010-12-08 12:59:46 +0100 |
commit | 7cacec6ba9ff14a57a1920079b261d675782f524 (patch) | |
tree | d32a25753dd0203a026622217f073d8db79468c4 | |
parent | 6b94f13d76e4842959e8c87ace5082c231e68ba9 (diff) | |
download | libzypp-bindings-7cacec6ba9ff14a57a1920079b261d675782f524.tar.gz libzypp-bindings-7cacec6ba9ff14a57a1920079b261d675782f524.tar.bz2 libzypp-bindings-7cacec6ba9ff14a57a1920079b261d675782f524.zip |
Temporarely disable test
-rw-r--r-- | swig/python/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/python/tests/CMakeLists.txt b/swig/python/tests/CMakeLists.txt index 43b8d1b..932da25 100644 --- a/swig/python/tests/CMakeLists.txt +++ b/swig/python/tests/CMakeLists.txt @@ -8,4 +8,4 @@ ADD_TEST(bindings_python_loading python ${CMAKE_CURRENT_SOURCE_DIR}/loading. 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_installed_path python ${CMAKE_CURRENT_SOURCE_DIR}/installed_path.py) +# ADD_TEST(bindings_python_installed_path python ${CMAKE_CURRENT_SOURCE_DIR}/installed_path.py) |