Merge lp:~stolowski/unity-scopes-api/disable-sss-test into lp:unity-scopes-api

Proposed by Paweł Stołowski
Status: Superseded
Proposed branch: lp:~stolowski/unity-scopes-api/disable-sss-test
Merge into: lp:unity-scopes-api
Diff against target: 13 lines (+5/-1)
1 file modified
test/gtest/scopes/internal/smartscopes/CMakeLists.txt (+5/-1)
To merge this branch: bzr merge lp:~stolowski/unity-scopes-api/disable-sss-test
Reviewer Review Type Date Requested Status
Marcus Tomlinson (community) Approve
Review via email: mp+303427@code.launchpad.net

Commit message

Disable the failing SmartScopesClient_test on arm64 until we understand what's going wrong (created bug #1615004 for it).

Description of the change

Disable the failing SmartScopesClient_test on arm64 until we understand what's going wrong (created bug #1615004 for it).

To post a comment you must log in.
370. By Paweł Stołowski

The arch is aarch64, not arm64

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

Thanks for this Pawel.

review: Approve

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/gtest/scopes/internal/smartscopes/CMakeLists.txt'
2--- test/gtest/scopes/internal/smartscopes/CMakeLists.txt 2014-08-28 11:18:44 +0000
3+++ test/gtest/scopes/internal/smartscopes/CMakeLists.txt 2016-08-22 12:19:17 +0000
4@@ -1,4 +1,8 @@
5 add_subdirectory(HttpClient)
6-add_subdirectory(SmartScopesClient)
7+if (NOT ${CMAKE_LIBRARY_ARCHITECTURE} MATCHES "aarch64")
8+ add_subdirectory(SmartScopesClient)
9+else()
10+ message("Skipping SmartScopesClient test on aarch64 - see LP #1615004")
11+endif()
12 add_subdirectory(smartscopesproxy)
13 add_subdirectory(SSConfig)

Subscribers

People subscribed via source and target branches

to all changes: