diff options
author | Jacob Torrey <discipleofranok@gmail.com> | 2016-08-22 20:17:57 -0600 |
---|---|---|
committer | Jacob Torrey <torreyj@ainfosec.com> | 2016-08-26 14:03:27 -0600 |
commit | 65041fbbf86c02d44f0824cf9b49329629438ab5 (patch) | |
tree | aa08dff901cbe4ffc853769b3fe55ef915974081 /tests/CMakeLists.txt | |
parent | Disable core_tests on Travis-CI (diff) | |
download | monero-65041fbbf86c02d44f0824cf9b49329629438ab5.tar.xz |
Disabled libwallet_api_test until Issue #895 resolved
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 03b8b169d..c7279e358 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -66,7 +66,9 @@ add_subdirectory(unit_tests) add_subdirectory(difficulty) add_subdirectory(hash) add_subdirectory(net_load_tests) -add_subdirectory(libwallet_api_tests) + +# Disabled until issue #895 is resolved +#add_subdirectory(libwallet_api_tests) # add_subdirectory(daemon_tests) |