summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shaowei Shen <shaoweishen@google.com> 2023-04-14 04:03:53 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-04-14 04:03:53 +0000
commit44dcd2418206dd970cba8eb25203d98dc8f11876 (patch)
tree189dbc04ffd094ea7478908a798f7f53a5a35b7b
parent0948e76a5930ed62f8ed8587c4aa10cf5ec98c1c (diff)
parentdb893a793a58ee923ea629cf18a1df7610d5ba9c (diff)
Merge "[Output Switcher] Change annotation to MediumTest" into udc-dev
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/media/dialog/MediaOutputDialogTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/media/dialog/MediaOutputDialogTest.java b/packages/SystemUI/tests/src/com/android/systemui/media/dialog/MediaOutputDialogTest.java
index c3fabfefef58..21a7a340aa80 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/media/dialog/MediaOutputDialogTest.java
+++ b/packages/SystemUI/tests/src/com/android/systemui/media/dialog/MediaOutputDialogTest.java
@@ -39,7 +39,7 @@ import android.testing.TestableLooper;
import android.util.FeatureFlagUtils;
import android.view.View;
-import androidx.test.filters.SmallTest;
+import androidx.test.filters.MediumTest;
import com.android.internal.logging.UiEventLogger;
import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
@@ -65,7 +65,7 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
-@SmallTest
+@MediumTest
@RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper
public class MediaOutputDialogTest extends SysuiTestCase {