Loading android/app/tests/unit/src/com/android/bluetooth/gatt/GattServiceTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ import org.junit.After; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -486,6 +487,7 @@ public class GattServiceTest { mService.readDescriptor(clientIf, address, handle, authReq, mAttributionSource); } @Ignore("b/265327402") @Test public void beginReliableWrite() { int clientIf = 1; Loading Loading
android/app/tests/unit/src/com/android/bluetooth/gatt/GattServiceTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ import org.junit.After; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -486,6 +487,7 @@ public class GattServiceTest { mService.readDescriptor(clientIf, address, handle, authReq, mAttributionSource); } @Ignore("b/265327402") @Test public void beginReliableWrite() { int clientIf = 1; Loading