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

Commit ac86bfa7 authored by Coco Duan's avatar Coco Duan
Browse files

Remove run test annotation from KeyguardClockSwitchControllerBaseTest

This fixes an initializationError error after merging the change to
refactor the test KeyguardClockSwitchControllerTest, as there are
no test cases to run in the base class.

Bug: b/285061111
Test: atest SystemUITests:com.android.keyguard
Change-Id: Ifd62c8eccad435cf225de830b06fb0beb488d9f8
parent f0414122
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -28,15 +28,12 @@ import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;

import android.content.res.Resources;
import android.testing.AndroidTestingRunner;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;

import androidx.test.filters.SmallTest;

import com.android.systemui.R;
import com.android.systemui.SysuiTestCase;
import com.android.systemui.dump.DumpManager;
@@ -63,14 +60,11 @@ import com.android.systemui.util.settings.SecureSettings;
import com.android.systemui.util.time.FakeSystemClock;

import org.junit.Before;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
import org.mockito.Captor;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;

@SmallTest
@RunWith(AndroidTestingRunner.class)
public class KeyguardClockSwitchControllerBaseTest extends SysuiTestCase {

    @Mock