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

Commit 72ef0277 authored by easoncylee's avatar easoncylee
Browse files

Convert apct/telephonycomm/all_unit_tests to Test Mapping Suite.

Bug: 145165552
Bug: 147338431

Test: TreeHugger
      atest TelecomUnitTests
      atest TelephonyProviderTests
      atest TeleServiceTests

Change-Id: Ie03fbe458ce1ada83fb68593665952e7015aee52
parent f61d2347
Loading
Loading
Loading
Loading

telecomm/TEST_MAPPING

0 → 100644
+29 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "TeleServiceTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "TelecomUnitTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "TelephonyProviderTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}

telephony/TEST_MAPPING

0 → 100644
+29 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "TeleServiceTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "TelecomUnitTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "TelephonyProviderTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}