Disable flaky test temporarily
Test: go test . -run TestStubsForLibraryInMultipleApexes -count 1000
Bug: 275313114
Change-Id: Iee0ffa0c182840f036325b67c15d3731566151b2
diff --git a/cc/cc_test.go b/cc/cc_test.go
index 417ea9c..b986511 100644
--- a/cc/cc_test.go
+++ b/cc/cc_test.go
@@ -3573,6 +3573,9 @@
}
func TestStubsForLibraryInMultipleApexes(t *testing.T) {
+ // TODO(b/275313114): Test exposes non-determinism which should be corrected and the test
+ // reenabled.
+ t.Skip()
t.Parallel()
ctx := testCc(t, `
cc_library_shared {