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:
Pirama Arumuga Nainar 2021-06-15 11:20:30 -07:00
parent 28bc9698ef
commit 12066c6542
1 changed files with 2 additions and 0 deletions

View File

@ -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