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

Commit b2b47630 authored by Hieu Dang's avatar Hieu Dang Committed by Gerrit Code Review
Browse files

Merge "Ignore failing test in BluetoothOppManagerTest"

parents 067e37d9 a7a6c815
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 {