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

Commit 451eb954 authored by Charlie Boutier's avatar Charlie Boutier
Browse files

HidHostTests: Skip HID tests due to breakage

Bug: 355328584
Test: atest BumbleBluetoothTests
Flag: exempt TEST ONLY
Change-Id: I133a17ed4c0faf836948c8b87afe4846ff7b48e9
parent 123463fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ import com.google.protobuf.Empty;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -49,6 +50,7 @@ import java.util.concurrent.TimeUnit;

/** Test cases for {@link Hid Host}. */
@RunWith(AndroidJUnit4.class)
@Ignore("b/355328584")
public class HidHostTest {
    private static final String TAG = "HidHostTest";
    private SettableFuture<Integer> mFutureConnectionIntent,