summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAGaliuzov <AGaliuzov@luxoft.com>2016-06-17 14:02:47 +0300
committerGitHub <noreply@github.com>2016-06-17 14:02:47 +0300
commitd3dad3f76beebb0c07564d7c514f770f95166dcd (patch)
treec2eb4c50a682fe44091a693aec8e56d21bc54a02
parentb864057ce6d02fc828375e74e7b96b1cb5cc69c3 (diff)
downloadsdl_core-revert-604-fix/resumption_test_enabled.tar.gz
Revert "Enables resumption test disabled previously"revert-604-fix/resumption_test_enabled
-rw-r--r--src/components/application_manager/test/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/application_manager/test/CMakeLists.txt b/src/components/application_manager/test/CMakeLists.txt
index 668e4d8f92..f645ea7a76 100644
--- a/src/components/application_manager/test/CMakeLists.txt
+++ b/src/components/application_manager/test/CMakeLists.txt
@@ -57,7 +57,9 @@
${AM_TEST_DIR}/mock_message_helper.cc
${AM_TEST_DIR}/policy_event_observer_test.cc
${AM_TEST_DIR}/request_info_test.cc
- ${AM_TEST_DIR}/resumption_sql_queries_test.cc
+ # On the build server tests passed however some SEGFAULT is thrown
+ # Will be investigated APPLINK-25104
+ #${AM_TEST_DIR}/resumption_sql_queries_test.cc
${AM_TEST_DIR}/usage_statistics_test.cc
${AM_TEST_DIR}/policy_handler_test.cc
)
@@ -197,4 +199,4 @@
create_test("data_resumption_test" "${ResumptionData_SOURCES}" "${testLibraries}")
add_subdirectory(state_controller)
- add_subdirectory(commands)
+ add_subdirectory(commands) \ No newline at end of file