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

Commit ca6db0a8 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

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

parents 36492c5c faab3de9
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.

+3 −0
Original line number Diff line number Diff line
@@ -25,15 +25,18 @@ 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: [
        "mts",
        "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