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

Commit 096ff30e authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

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

am: c64ba8a3

Change-Id: I1fad20d4e431d13b8320d3fa1aaf973487fed417
parents 474e60bc c64ba8a3
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 {