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

Commit c9c03f44 authored by Ömer Faruk Yılmaz's avatar Ömer Faruk Yılmaz Committed by Cherrypicker Worker
Browse files

Ignore failing GattServiceTest

Bug: 265327402
Test: atest GattServiceTest
Change-Id: I6c703ba1f77901eaf48f2ac2819c0933e3cb77b5
(cherry picked from commit bc803020)
Merged-In: I6c703ba1f77901eaf48f2ac2819c0933e3cb77b5
parent 825471dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
@@ -486,6 +487,7 @@ public class GattServiceTest {
        mService.readDescriptor(clientIf, address, handle, authReq, mAttributionSource);
    }

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