Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84d43a7e authored by Gavin Corkery's avatar Gavin Corkery Committed by Android (Google) Code Review
Browse files

Merge "Ignore MultiUserRollbackTest#testBadUpdateRollback"

parents 77198bb5 fd1eeb6e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -98,6 +99,7 @@ public class MultiUserRollbackTest extends BaseHostJUnit4Test {
    }

    @Test
    @Ignore
    public void testBadUpdateRollback() throws Exception {
        // Need to switch user in order to send broadcasts in device tests
        assertTrue(getDevice().switchUser(mSecondaryUserId));