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

Commit ebc15155 authored by Jordan Liu's avatar Jordan Liu Committed by SongFerng Wang
Browse files

Add non-flaky telephony cts as presubmit using test mapping

Bug: 185173175
Test: atest, and verify that presubmit runs the tests
Change-Id: I5b0ca0e5eaa030249406317a9034da16461553b0
Merged-In: I5b0ca0e5eaa030249406317a9034da16461553b0
parent 2ab92cc4
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
@@ -10,6 +10,46 @@
    },
    {
      "name": "CarrierAppIntegrationTestCases"
    },
    {
      "name": "CtsTelephonySdk28TestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsTelephony2TestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsTelephony3TestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsSimRestrictedApisTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsTelephonyProviderTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}