diff options
author | 2020-03-26 17:39:30 +0000 | |
---|---|---|
committer | 2020-03-26 17:39:30 +0000 | |
commit | 66a06945aac1fe32f43dde883b7f92253e875a4a (patch) | |
tree | a7d4feca30f16f3d0ae941d979e46ac377bb8390 /sdk/cc_sdk_test.go | |
parent | 10566a035f648cd85b9af444b06cc2eb9975a9ef (diff) |
Don't run new test on Darwin that lacks snapshot support.
Test: m nothing
Bug: 152514829
Bug: 152255951
Change-Id: Ib14af7caa408e252242e6933f7281aab3888789c
Diffstat (limited to 'sdk/cc_sdk_test.go')
-rw-r--r-- | sdk/cc_sdk_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sdk/cc_sdk_test.go b/sdk/cc_sdk_test.go index 32176e5f7..eb64bcc16 100644 --- a/sdk/cc_sdk_test.go +++ b/sdk/cc_sdk_test.go @@ -1539,6 +1539,9 @@ include-host/HostTest.h -> include/include-host/HostTest.h } func TestSystemSharedLibPropagation(t *testing.T) { + // b/145598135 - Generating host snapshots for anything other than linux is not supported. + SkipIfNotLinux(t) + result := testSdkWithCc(t, ` sdk { name: "mysdk", |