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

Commit 9272fd8f authored by Mitchell Wills's avatar Mitchell Wills Committed by Android Partner Code Review
Browse files

Merge "DO NOT MERGE Disable failing test case" into mm-wireless-dev

parents 27404251 86821c07
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";