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

Commit 827c6a94 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov
Browse files

Ignore flaky tests until a follow-up CL with the fix is merged

Test: Code compilation
Bug: 68993365
Change-Id: Ic869992861238960f0a1f59247baad2600dfa060
parent a254285c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ import com.android.bluetooth.btservice.AdapterService;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -42,6 +43,7 @@ import org.mockito.MockitoAnnotations;

import java.lang.reflect.Method;

@Ignore("Flaky tests. Ignore until the following CL is merged: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/540316")
@MediumTest
@RunWith(AndroidJUnit4.class)
public class A2dpStateMachineTest {