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

Commit eaa42fa9 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

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

Change-Id: Ib3428b4d6f7e2ab3bc70c1cb10a4616f8bbc3657
parents 1e24db51 f4763fd5
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