Loading android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivityTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ import com.android.bluetooth.BluetoothMethodProxy; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mockito; Loading Loading @@ -80,6 +81,7 @@ public class BluetoothOppBtEnablingActivityTest { BluetoothOppTestUtils.enableOppActivities(false, mTargetContext); } @Ignore("b/277594572") @Test public void onCreate_bluetoothEnableTimeout_finishAfterTimeout() throws Exception { int spedUpTimeoutValue = 1000; Loading android/app/tests/unit/src/com/android/bluetooth/opp/IncomingFileConfirmActivityTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ import com.google.common.base.Objects; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -177,6 +178,7 @@ public class IncomingFileConfirmActivityTest { ), nullable(String.class), nullable(String[].class)); } @Ignore("b/277593460") @Test public void onTimeout_sendIntentWithUSER_CONFIRMATION_TIMEOUT_ACTION_finish() throws Exception { BluetoothOppTestUtils.setUpMockCursor(mCursor, mCursorMockDataList); Loading Loading
android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivityTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ import com.android.bluetooth.BluetoothMethodProxy; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mockito; Loading Loading @@ -80,6 +81,7 @@ public class BluetoothOppBtEnablingActivityTest { BluetoothOppTestUtils.enableOppActivities(false, mTargetContext); } @Ignore("b/277594572") @Test public void onCreate_bluetoothEnableTimeout_finishAfterTimeout() throws Exception { int spedUpTimeoutValue = 1000; Loading
android/app/tests/unit/src/com/android/bluetooth/opp/IncomingFileConfirmActivityTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ import com.google.common.base.Objects; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -177,6 +178,7 @@ public class IncomingFileConfirmActivityTest { ), nullable(String.class), nullable(String[].class)); } @Ignore("b/277593460") @Test public void onTimeout_sendIntentWithUSER_CONFIRMATION_TIMEOUT_ACTION_finish() throws Exception { BluetoothOppTestUtils.setUpMockCursor(mCursor, mCursorMockDataList); Loading