Temporary failing tests under com.android.settings.bluetooth

Bug: 313014781
Bug: 293405483
Test: atest
Change-Id: Ib2f4504dacd8f16acd23871e3ff26e87cab99e65
This commit is contained in:
FanWu
2023-11-24 14:51:09 +08:00
committed by Yanting Yang
parent a930f5eaf8
commit 73f3015961
4 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ import android.content.Context;
import android.content.Intent;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -32,6 +33,7 @@ import org.robolectric.RobolectricTestRunner;
import org.robolectric.RuntimeEnvironment;
import org.robolectric.util.ReflectionHelpers;
@Ignore("b/313014781")
@RunWith(RobolectricTestRunner.class)
public class BluetoothPermissionActivityTest {