Loading services/tests/servicestests/src/com/android/server/systemconfig/SystemConfigTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ import androidx.test.runner.AndroidJUnit4; import com.android.server.SystemConfig; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; Loading Loading @@ -710,6 +711,7 @@ public class SystemConfigTest { @Test @RequiresFlagsEnabled( android.permission.flags.Flags.FLAG_ENHANCED_CONFIRMATION_MODE_APIS_ENABLED) @Ignore("b/323603510") public void getEnhancedConfirmationTrustedInstallers_returnsTrustedInstallers() throws IOException { String pkgName = "com.example.app"; Loading Loading
services/tests/servicestests/src/com/android/server/systemconfig/SystemConfigTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ import androidx.test.runner.AndroidJUnit4; import com.android.server.SystemConfig; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; Loading Loading @@ -710,6 +711,7 @@ public class SystemConfigTest { @Test @RequiresFlagsEnabled( android.permission.flags.Flags.FLAG_ENHANCED_CONFIRMATION_MODE_APIS_ENABLED) @Ignore("b/323603510") public void getEnhancedConfirmationTrustedInstallers_returnsTrustedInstallers() throws IOException { String pkgName = "com.example.app"; Loading