Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de9c3b36 authored by Jay Thomas Sullivan's avatar Jay Thomas Sullivan
Browse files

[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
parent 5d01b819
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";