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

Commit 9fd8d897 authored by Sam Dubey's avatar Sam Dubey Committed by Automerger Merge Worker
Browse files

Merge "Start running PM tests in platinum production" into tm-dev am: dcbd27d3 am: 72d6d740

parents 70d2cb1f 72d6d740
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -186,5 +186,40 @@
        }
      ]
    }
  ],
  "platinum-postsubmit": [
      {
        "name": "CtsIncrementalInstallHostTestCases",
        "options": [
            {
                "exclude-annotation": "androidx.test.filters.FlakyTest"
            }
        ]
      },
      {
        "name": "CtsAppSecurityHostTestCases",
        "options": [
            {
                "include-filter": "android.appsecurity.cts.SplitTests"
            },
            {
                "include-filter": "android.appsecurity.cts.EphemeralTest"
            },
            {
                "exclude-annotation": "androidx.test.filters.FlakyTest"
            }
        ]
      },
      {
        "name": "CtsContentTestCases",
        "options":[
            {
                "include-filter": "android.content.cts.IntentFilterTest"
            },
            {
                "exclude-annotation": "androidx.test.filters.FlakyTest"
            }
        ]
      }
  ]
}