Loading TEST_MAPPING +3 −0 Original line number Original line Diff line number Diff line Loading @@ -26,6 +26,9 @@ "options": [ "options": [ { { "exclude-annotation": "androidx.test.filters.FlakyTest" "exclude-annotation": "androidx.test.filters.FlakyTest" }, { "exclude-annotation": "org.junit.Ignore" } } ] ] }, }, Loading services/tests/apexsystemservices/src/com/android/server/ApexSystemServicesTestCases.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -31,6 +31,7 @@ import com.android.tradefed.testtype.junit4.BaseHostJUnit4Test; import org.junit.After; import org.junit.After; import org.junit.Before; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Rule; import org.junit.Test; import org.junit.Test; import org.junit.rules.RuleChain; import org.junit.rules.RuleChain; Loading Loading @@ -80,6 +81,7 @@ public class ApexSystemServicesTestCases extends BaseHostJUnit4Test { .doesNotContain("FakeApexSystemService onStart"); .doesNotContain("FakeApexSystemService onStart"); } } @Ignore @Test @Test public void testApexSystemServiceStarts() throws Exception { public void testApexSystemServiceStarts() throws Exception { // Pre-install the apex // Pre-install the apex Loading @@ -94,6 +96,7 @@ public class ApexSystemServicesTestCases extends BaseHostJUnit4Test { .contains("FakeApexSystemService onStart"); .contains("FakeApexSystemService onStart"); } } @Ignore @Test @Test public void testInitOrder() throws Exception { public void testInitOrder() throws Exception { // Pre-install the apex // Pre-install the apex Loading Loading
TEST_MAPPING +3 −0 Original line number Original line Diff line number Diff line Loading @@ -26,6 +26,9 @@ "options": [ "options": [ { { "exclude-annotation": "androidx.test.filters.FlakyTest" "exclude-annotation": "androidx.test.filters.FlakyTest" }, { "exclude-annotation": "org.junit.Ignore" } } ] ] }, }, Loading
services/tests/apexsystemservices/src/com/android/server/ApexSystemServicesTestCases.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -31,6 +31,7 @@ import com.android.tradefed.testtype.junit4.BaseHostJUnit4Test; import org.junit.After; import org.junit.After; import org.junit.Before; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Rule; import org.junit.Test; import org.junit.Test; import org.junit.rules.RuleChain; import org.junit.rules.RuleChain; Loading Loading @@ -80,6 +81,7 @@ public class ApexSystemServicesTestCases extends BaseHostJUnit4Test { .doesNotContain("FakeApexSystemService onStart"); .doesNotContain("FakeApexSystemService onStart"); } } @Ignore @Test @Test public void testApexSystemServiceStarts() throws Exception { public void testApexSystemServiceStarts() throws Exception { // Pre-install the apex // Pre-install the apex Loading @@ -94,6 +96,7 @@ public class ApexSystemServicesTestCases extends BaseHostJUnit4Test { .contains("FakeApexSystemService onStart"); .contains("FakeApexSystemService onStart"); } } @Ignore @Test @Test public void testInitOrder() throws Exception { public void testInitOrder() throws Exception { // Pre-install the apex // Pre-install the apex Loading