Merge "Disable flaky testBadApkOnly test." into qt-r1-dev

This commit is contained in:
Richard Uhler
2019-08-30 07:58:06 +00:00
committed by Android (Google) Code Review

View File

@@ -25,6 +25,7 @@ import com.android.tradefed.testtype.junit4.BaseHostJUnit4Test;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -63,6 +64,7 @@ public class StagedRollbackTest extends BaseHostJUnit4Test {
* Tests watchdog triggered staged rollbacks involving only apks.
*/
@Test
@Ignore("b/139175593 flaky test")
public void testBadApkOnly() throws Exception {
runPhase("testBadApkOnlyEnableRollback");
getDevice().reboot();