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

Commit 3373de58 authored by Antonio Kantek's avatar Antonio Kantek
Browse files

Revert "Add bedstead dependency"

This reverts commit fba1cf2d.

Reason for revert: Broke https://atp.googleplex.com/test-runs?testName=v2%2Faaos-engprod%2Fconcurrent_multi_session_ime_test&offset=0&buildTarget=cf_x86_64_only_auto_md-trunk_staging-userdebug

Change-Id: I82a3a7b9bcc5dc0bd5f60cfa5bbd276eeee48071
Bug: 327704045
parent fba1cf2d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -26,11 +26,6 @@ android_test {
        "platform-test-annotations",
        "platform-test-rules",
        "truth",

        // beadstead
        "Nene",
        "Harrier",
        "TestApp",
    ],
    test_suites: [
        "general-tests",
+2 −8
Original line number Diff line number Diff line
@@ -23,20 +23,14 @@ import android.content.pm.PackageManager;

import androidx.test.platform.app.InstrumentationRegistry;

import com.android.bedstead.harrier.BedsteadJUnit4;
import com.android.bedstead.harrier.DeviceState;

import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

@RunWith(BedsteadJUnit4.class)
@RunWith(JUnit4.class)
public final class ConcurrentMultiUserTest {

    @Rule
    public static final DeviceState sDeviceState = new DeviceState();

    @Before
    public void doBeforeEachTest() {
        // No op