Disable testEnableRollbackTimeoutFailsRollback test.
The test is flaky because it is testing a race condition.
The flakiness is fixed with the help of some new @TestApi in
I01f3e769711ffa51fa714ff4bc81e70887f427ad. Disable the test on those
branches without the fix merged.
Bug: 134373106
Bug: 136605788
Test: atest RollbackTest
Change-Id: I05edfc142c14631b259ae7aaf2dd31af00363a35
Merged-In: I01f3e769711ffa51fa714ff4bc81e70887f427ad
(cherry picked from commit 75f942dfa8)
This commit is contained in:
committed by
Raman Tenneti
parent
ae856b049a
commit
9a97acb842
@@ -960,6 +960,7 @@ public class RollbackTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/136605788")
|
||||||
public void testEnableRollbackTimeoutFailsRollback() throws Exception {
|
public void testEnableRollbackTimeoutFailsRollback() throws Exception {
|
||||||
try {
|
try {
|
||||||
RollbackTestUtils.adoptShellPermissionIdentity(
|
RollbackTestUtils.adoptShellPermissionIdentity(
|
||||||
|
|||||||
Reference in New Issue
Block a user