Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9acd0629 authored by Kihong Seong's avatar Kihong Seong
Browse files

Ignore failing tests in android.bluetooth.opp

Bug: 277593460
Bug: 277594572
Test: atest BluetoothInstrumentationTests
Change-Id: I9d28a32f7ddf2305da538b4b817099dc03e0975d
parent aa6a2f84
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
@@ -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;
+2 −0
Original line number Diff line number Diff line
@@ -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;
@@ -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);