Skip to content

Commit d001b5a

Browse files
liutikasGerrit Code Review
authored andcommitted
Merge "Revert "Disable running wear tests that crash on API 33+"" into androidx-main
2 parents 1663a12 + bcde500 commit d001b5a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

wear/watchface/watchface-editor/src/androidTest/java/androidx/wear/watchface/editor/EditorSessionTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,6 @@ public class EditorSessionTest {
18351835
EditorService.globalEditorService.unregisterObserver(observerId)
18361836
}
18371837

1838-
@SdkSuppress(maxSdkVersion = 32) // b/275361339
18391838
@Test
18401839
@Suppress("Deprecation") // userStyleSettings
18411840
public fun commit_headless() {
@@ -1887,7 +1886,6 @@ public class EditorSessionTest {
18871886
EditorService.globalEditorService.unregisterObserver(observerId)
18881887
}
18891888

1890-
@SdkSuppress(maxSdkVersion = 32) // b/275361339
18911889
@SuppressLint("NewApi")
18921890
@Suppress("Deprecation") // userStyleSettings
18931891
@Test

wear/watchface/watchface/src/androidTest/java/androidx/wear/watchface/WatchFaceServiceAndroidTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import android.graphics.drawable.Icon
2121
import androidx.test.core.app.ApplicationProvider
2222
import androidx.test.ext.junit.runners.AndroidJUnit4
2323
import androidx.test.filters.MediumTest
24-
import androidx.test.filters.SdkSuppress
2524
import androidx.wear.watchface.control.InteractiveInstanceManager
2625
import androidx.wear.watchface.style.UserStyleSchema
2726
import androidx.wear.watchface.style.UserStyleSetting
@@ -39,7 +38,6 @@ class WatchFaceServiceAndroidTest {
3938
InteractiveInstanceManager.setParameterlessEngine(null)
4039
}
4140

42-
@SdkSuppress(maxSdkVersion = 32) // b/275361339
4341
@Test
4442
fun measuresWatchFaceIconsFromCustomContext() {
4543
val context: Context = ApplicationProvider.getApplicationContext()

0 commit comments

Comments
 (0)