Disable flaky test temporarily
Test: go test . -run TestStubsForLibraryInMultipleApexes -count 1000 Bug: 275313114 Change-Id: Iee0ffa0c182840f036325b67c15d3731566151b2
This commit is contained in:
parent
48cdbeba29
commit
a22c4b6a79
1 changed files with 3 additions and 0 deletions
|
@ -3573,6 +3573,9 @@ func TestVersionedStubs(t *testing.T) {
|
|||
}
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue