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

Commit a7a6c815 authored by Hieu Dang's avatar Hieu Dang
Browse files

Ignore failing test in BluetoothOppManagerTest

Bug: 267270055
Bug: 267280999
Bug: 267832150
Test: atest BluetoothInstrumentationTest
Change-Id: If7a9d5c39442be7aa1cd60e1845f3a468e1a63ea
parent 27b284ff
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,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.MockitoAnnotations;
@@ -194,6 +195,7 @@ public class BluetoothOppManagerTest {
                nullable(Uri.class), nullable(ContentValues.class));
    }

    @Ignore("b/267270055")
    @Test
    public void startTransferMoreThanAllowedInsertShareThreadNumberTimes_blockExceedingTransfer()
            throws InterruptedException {