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

Commit bc803020 authored by Ömer Faruk Yılmaz's avatar Ömer Faruk Yılmaz
Browse files

Ignore failing GattServiceTest

Bug: 265327402
Test: atest GattServiceTest
Change-Id: I6c703ba1f77901eaf48f2ac2819c0933e3cb77b5
parent ad867105
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -59,6 +59,7 @@ import org.junit.After;
import org.junit.Assert;
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runner.RunWith;
@@ -513,6 +514,7 @@ public class GattServiceTest {
        verify(mNativeInterface).gattClientReadDescriptor(connId, handle, authReq);
        verify(mNativeInterface).gattClientReadDescriptor(connId, handle, authReq);
    }
    }


    @Ignore("b/265327402")
    @Test
    @Test
    public void beginReliableWrite() {
    public void beginReliableWrite() {
        int clientIf = 1;
        int clientIf = 1;