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

Commit 8d085222 authored by Ömer Faruk Yılmaz's avatar Ömer Faruk Yılmaz Committed by Gerrit Code Review
Browse files

Revert "Ignore failing GattServiceTest"

This reverts commit bc803020.

Reason for revert: This test was not failing. Actual failing tests have been fixed.

Change-Id: I75c4190f40c4218149617e75b199badb18e49ffc
parent bc803020
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ 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;
@@ -514,7 +513,6 @@ public class GattServiceTest {
        verify(mNativeInterface).gattClientReadDescriptor(connId, handle, authReq);
    }

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