Loading android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppTransferHistoryTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,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 @@ -166,6 +167,7 @@ public class BluetoothOppTransferHistoryTest { matches(isDisplayed())); } @Ignore("b/268424815") @Test public void onOptionsItemSelected_clearAllSelected_promptWarning() { BluetoothOppTestUtils.setUpMockCursor(mCursor, mCursorMockDataList); Loading Loading
android/app/tests/unit/src/com/android/bluetooth/opp/BluetoothOppTransferHistoryTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,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 @@ -166,6 +167,7 @@ public class BluetoothOppTransferHistoryTest { matches(isDisplayed())); } @Ignore("b/268424815") @Test public void onOptionsItemSelected_clearAllSelected_promptWarning() { BluetoothOppTestUtils.setUpMockCursor(mCursor, mCursorMockDataList); Loading