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

Commit 05ec7771 authored by Antonio Kantek's avatar Antonio Kantek Committed by Android (Google) Code Review
Browse files

Merge "Revert "Add bedstead dependency"" into main

parents d7f850e4 3373de58
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