Loading android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppLauncherActivityTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ import com.android.bluetooth.R; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentCaptor; Loading @@ -65,7 +66,6 @@ import org.mockito.MockitoAnnotations; import java.io.File; @MediumTest @RunWith(AndroidJUnit4.class) public class BluetoothOppLauncherActivityTest { Loading Loading @@ -151,6 +151,7 @@ public class BluetoothOppLauncherActivityTest { intended(hasComponent(BluetoothOppBtEnableActivity.class.getName())); } @Ignore("b/263724420") @Test public void launchDevicePicker_bluetoothEnabled_launchActivity() throws Exception { doReturn(true).when(mMethodProxy).bluetoothAdapterIsEnabled(any()); Loading Loading @@ -185,6 +186,7 @@ public class BluetoothOppLauncherActivityTest { assertThat(file.length()).isGreaterThan(shareContent.length()); } @Ignore("b/263754734") @Test public void sendFileInfo_finishImmediately() throws Exception { doReturn(true).when(mMethodProxy).bluetoothAdapterIsEnabled(any()); Loading Loading
android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppLauncherActivityTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ import com.android.bluetooth.R; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentCaptor; Loading @@ -65,7 +66,6 @@ import org.mockito.MockitoAnnotations; import java.io.File; @MediumTest @RunWith(AndroidJUnit4.class) public class BluetoothOppLauncherActivityTest { Loading Loading @@ -151,6 +151,7 @@ public class BluetoothOppLauncherActivityTest { intended(hasComponent(BluetoothOppBtEnableActivity.class.getName())); } @Ignore("b/263724420") @Test public void launchDevicePicker_bluetoothEnabled_launchActivity() throws Exception { doReturn(true).when(mMethodProxy).bluetoothAdapterIsEnabled(any()); Loading Loading @@ -185,6 +186,7 @@ public class BluetoothOppLauncherActivityTest { assertThat(file.length()).isGreaterThan(shareContent.length()); } @Ignore("b/263754734") @Test public void sendFileInfo_finishImmediately() throws Exception { doReturn(true).when(mMethodProxy).bluetoothAdapterIsEnabled(any()); Loading