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

Commit 5fd104f7 authored by Alexander Roederer's avatar Alexander Roederer Committed by Android (Google) Code Review
Browse files

Merge "Add f/b/...coretests/android/service/TEST_MAPPING" into main

parents 22c7b5fa 7a6e43a3
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
{
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {"include-filter": "android.service.controls"},
        {"include-filter": "android.service.controls.actions"},
        {"include-filter": "android.service.controls.templates"},
        {"include-filter": "android.service.euicc"},
        {"include-filter": "android.service.notification"},
        {"include-filter": "android.service.quicksettings"},
        {"include-filter": "android.service.settings.suggestions"},
        {"include-filter": "android.service.timezone"},
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    }
  ]
}
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ public class EuiccProfileInfoTest {
        assertNotEquals(p.hashCode(), t.hashCode());
    }

    @Test(expected = IllegalStateException.class)
    @Test(expected = IllegalArgumentException.class)
    public void testBuilderBuild_IllegalIccid() {
        new EuiccProfileInfo.Builder("abc").build();
    }