commit | 12066c6542f78acc9d736bef79b6f95c60153cac | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Tue Jun 15 11:20:30 2021 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Wed Jun 16 22:01:31 2021 -0700 |
tree | 2b42afa176c2cafe85d00b6d7f11d357f4183263 | |
parent | 28bc9698ef99080a79f615d8fe93fd935fc506f6 [diff] [blame] |
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
diff --git a/bp2build/cc_library_conversion_test.go b/bp2build/cc_library_conversion_test.go index 8afc82b..bf40a6b 100644 --- a/bp2build/cc_library_conversion_test.go +++ b/bp2build/cc_library_conversion_test.go
@@ -41,6 +41,8 @@ ) func TestCcLibraryBp2Build(t *testing.T) { + // b/191166471 disabled in sc-dev + t.Skip() testCases := []struct { description string moduleTypeUnderTest string