Loading android/app/tests/unit/src/com/android/bluetooth/map/BluetoothMapSettingsTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ import com.android.bluetooth.R; import org.junit.After; import org.junit.Assume; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -69,6 +70,7 @@ public class BluetoothMapSettingsTest { enableActivity(false); } @Ignore("b/277596416") @Test public void initialize() throws Exception { onView(withId(R.id.bluetooth_map_settings_list_view)).check(matches(isDisplayed())); Loading Loading
android/app/tests/unit/src/com/android/bluetooth/map/BluetoothMapSettingsTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ import com.android.bluetooth.R; import org.junit.After; import org.junit.Assume; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -69,6 +70,7 @@ public class BluetoothMapSettingsTest { enableActivity(false); } @Ignore("b/277596416") @Test public void initialize() throws Exception { onView(withId(R.id.bluetooth_map_settings_list_view)).check(matches(isDisplayed())); Loading