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

Commit 86821c07 authored by Mitchell Wills's avatar Mitchell Wills
Browse files

DO NOT MERGE Disable failing test case

Bug: 27258801

Change-Id: I832505e0feca9f0abbf627d009d5982a4437bf83
parent 5947d111
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ import android.os.Looper;
import android.os.Message;
import android.os.SystemClock;

import android.test.suitebuilder.annotation.Suppress;
import com.android.internal.util.State;
import com.android.internal.util.StateMachine;
import com.android.internal.util.StateMachine.LogRec;
@@ -38,6 +39,7 @@ import junit.framework.TestCase;
/**
 * Test for StateMachine.
 */
@Suppress // Failing
public class StateMachineTest extends TestCase {
    private static final String ENTER = "enter";
    private static final String EXIT = "exit";