Skip cmake_snapshot_test(s)
These tests fail on sdk-sdk_mac-trunk_staging because this feature is not intended to run outside of Linux. Let's skip these tests for now until we figure out how to disable snapshot feature properly. Bug: 339782737 Test: go test Change-Id: Ibe70a0e3dc92262c78ce9e3a8af58f2da3bfeda2
This commit is contained in:
parent
dd056e087e
commit
ea2fbd6787
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ func wasGenerated(t *testing.T, m *android.TestingModule, fileName string, ruleT
|
|||
}
|
||||
|
||||
func TestEmptyCmakeSnapshot(t *testing.T) {
|
||||
t.Skip("Failing on sdk-sdk_mac target")
|
||||
t.Parallel()
|
||||
result := PrepareForIntegrationTestWithCc.RunTestWithBp(t, `
|
||||
cc_cmake_snapshot {
|
||||
|
@ -46,6 +47,7 @@ func TestEmptyCmakeSnapshot(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestCmakeSnapshotWithBinary(t *testing.T) {
|
||||
t.Skip("Failing on sdk-sdk_mac target")
|
||||
t.Parallel()
|
||||
xtra := android.FixtureAddTextFile("some/module/Android.bp", `
|
||||
cc_binary {
|
||||
|
|
Loading…
Reference in a new issue