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

Commit f4763fd5 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Move IMS tests back to opt/net/ims for better organization

Test: atest ImsCommonTests

Merged-In: I6e74cad49a8010867dd78edf26c6526f872dd141
Change-Id: I6e74cad49a8010867dd78edf26c6526f872dd141
parent 4085f12e
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