From 12066c6542f78acc9d736bef79b6f95c60153cac Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Tue, 15 Jun 2021 11:20:30 -0700 Subject: [PATCH] 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 --- bp2build/cc_library_conversion_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bp2build/cc_library_conversion_test.go b/bp2build/cc_library_conversion_test.go index 8afc82bb7..bf40a6be3 100644 --- a/bp2build/cc_library_conversion_test.go +++ b/bp2build/cc_library_conversion_test.go @@ -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