Disable TestCcLibraryBp2Build in sc-dev
Bug: http://b/191166471 Bug: http://b/189438896 This test fails in sc-dev with aosp/1737314. It passes in AOSP and internal main branch with this change though. Test: cherry-pick aosp/1737314 and `m nothing` Change-Id: I4837300b42e2d62a77c698eb04b2f161f693747a Merged-In: I47e7afeaee3c9124f4231bf0eece7b6844b5313d
This commit is contained in:
parent
28bc9698ef
commit
12066c6542
|
@ -41,6 +41,8 @@ toolchain_library {
|
|||
)
|
||||
|
||||
func TestCcLibraryBp2Build(t *testing.T) {
|
||||
// b/191166471 disabled in sc-dev
|
||||
t.Skip()
|
||||
testCases := []struct {
|
||||
description string
|
||||
moduleTypeUnderTest string
|
||||
|
|
Loading…
Reference in New Issue