Ignore failing tests under connecteddevice/

Bug: 313362757

Test: atest
Change-Id: Ic9c6c1f071c403c7df5d5539cc44a401ac500774
This commit is contained in:
FanWu
2023-11-27 15:29:23 +08:00
parent fb431d863f
commit 11ecd1f626
4 changed files with 18 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ import com.android.settings.testutils.shadow.ShadowConnectivityManager;
import com.android.settings.testutils.shadow.ShadowUserManager;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -91,6 +92,7 @@ public class ConnectedDeviceDashboardFragmentTest {
assertThat(indexRes.get(0).xmlResId).isEqualTo(R.xml.connected_devices);
}
@Ignore("b/313362757")
@Test
public void nonIndexableKeys_existInXmlLayout() {
final List<String> niks = ConnectedDeviceDashboardFragment.SEARCH_INDEX_DATA_PROVIDER