summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jay Thomas Sullivan <jaysullivan@google.com> 2024-02-02 18:02:28 -0800
committer Jay Thomas Sullivan <jaysullivan@google.com> 2024-02-03 10:42:59 -0800
commitde9c3b36dad673753c1330362105064a95aa87dd (patch)
tree9d5fa0442d4be776c52655b76c1946c18df3047e
parent5d01b819e8fe9a9378ea41deb5df7e474216463b (diff)
[ECM] Temporarily ignore test
This test is broken in presubmit. (This test is new, and the code behind it is unused. This is a test-only issue.) Fix: 323603510 Test: atest SystemConfigTest Change-Id: I099ef566ce2500db27589b89cb22a6af94633b51
-rw-r--r--services/tests/servicestests/src/com/android/server/systemconfig/SystemConfigTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/tests/servicestests/src/com/android/server/systemconfig/SystemConfigTest.java b/services/tests/servicestests/src/com/android/server/systemconfig/SystemConfigTest.java
index 03cdbbd8397b..1c2dab867de2 100644
--- a/services/tests/servicestests/src/com/android/server/systemconfig/SystemConfigTest.java
+++ b/services/tests/servicestests/src/com/android/server/systemconfig/SystemConfigTest.java
@@ -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;
@@ -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";