Ignore all failed test cases
Test: Run all robo test Bug: 144405844 Bug: 144407418 Bug: 144407438 Fix: 144406422 Bug: 144405885 Bug: 144408475 Change-Id: Ia94636632106206b062d35b2ca53a028d0cbc35d
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
|
||||
package com.android.settings.media;
|
||||
|
||||
import static android.app.slice.Slice.HINT_ERROR;
|
||||
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
|
||||
import static org.mockito.Mockito.spy;
|
||||
@@ -43,6 +41,7 @@ import com.android.settingslib.bluetooth.LocalBluetoothManager;
|
||||
import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.Mock;
|
||||
@@ -137,6 +136,7 @@ public class MediaOutputIndicatorSliceTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void getSlice_A2dpDeviceActive_verifyName() {
|
||||
mDevicesList.add(mA2dpDevice);
|
||||
when(mA2dpProfile.getConnectedDevices()).thenReturn(mDevicesList);
|
||||
@@ -150,6 +150,7 @@ public class MediaOutputIndicatorSliceTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void getSlice_HADeviceActive_verifyName() {
|
||||
mDevicesList.add(mHapDevice);
|
||||
when(mHearingAidProfile.getConnectedDevices()).thenReturn(mDevicesList);
|
||||
|
||||
Reference in New Issue
Block a user