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

Commit 83553c8d authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Move IMS tests back to opt/net/ims for better organization am: f4763fd5 am: eaa42fa9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/net/ims/+/12403388

Change-Id: Ic8488c5a814a10f27a641cd89d0fe4f326f5c189
parents 7105a108 eaa42fa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "TeleServiceTests",
      "name": "ImsCommonTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
+156 −78

File changed.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -25,11 +25,17 @@ android_test {
    libs: [
        "ims-common",
        "android.test.runner",
        "android.test.mock",
        "android.test.base",
    ],

    static_libs: [
        "androidx.test.ext.junit",
        "androidx.test.rules",
        "mockito-target-minus-junit4",
    ],

    test_suites: [
        "device-tests"
    ]
}

tests/AndroidTest.xml

0 → 100644
+29 −0

File added.

Preview size limit exceeded, changes collapsed.

+125 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading