Disable Broken Settings Tests

Some Settings Tests are currently broken, disabling for now

Bug: 147464840
Test: make RunRoboSettingsTests
Change-Id: I7c00faa00ce91030e76b7d4d028f6a30e471738f
This commit is contained in:
Lee Chou
2020-01-10 16:01:46 +08:00
parent 87e70a6a5f
commit 30c453755e
9 changed files with 35 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ import android.content.Context;
import com.android.settings.testutils.XmlTestUtils;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@@ -28,6 +29,7 @@ public class ConfigureWifiSettingsTest {
}
@Test
@Ignore
public void testNonIndexableKeys_existInXmlLayout() {
final List<String> niks =
ConfigureWifiSettings.SEARCH_INDEX_DATA_PROVIDER.getNonIndexableKeys(mContext);