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

Commit 7480497b authored by Antonio Kantek's avatar Antonio Kantek
Browse files

Skip test until concurrent multi-user IME is enabled

Bug: 345557347
Test: tested on cf_x86_64_only_auto_md emulator
Test: atest ConcurrentMultiUserTest
Change-Id: I7288e775ae085bb3bbdacf1b7b37766b340b02d6
parent 8a1c56ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,11 +39,13 @@ import com.android.bedstead.harrier.DeviceState;
import org.junit.After;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;

@RunWith(BedsteadJUnit4.class)
@Ignore("b/345557347")
public final class ConcurrentMultiUserTest {

    @ClassRule