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

Commit aebe1f7a authored by Ömer Faruk Yılmaz's avatar Ömer Faruk Yılmaz Committed by Automerger Merge Worker
Browse files

Merge "Ignore failing GattServiceTest" am: e654dd9d am: d6c57a2e

parents 134c2619 d6c57a2e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,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;
@@ -513,6 +514,7 @@ public class GattServiceTest {
        verify(mNativeInterface).gattClientReadDescriptor(connId, handle, authReq);
    }

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