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

Commit f5a6523b authored by Ronald Braunstein's avatar Ronald Braunstein Committed by Gerrit Code Review
Browse files

Merge "Migrate TEST_MAPPING options -> Android.bp" into main

parents e77ac322 a895d3a1
Loading
Loading
Loading
Loading
+1 −21
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.pm."
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
      "name": "FrameworksServicesTests_pm_presubmit"
    }
  ],
  "postsubmit": [
    {
      // Presubmit is intentional here while testing with SLO checker.
      // Tests are flaky, waiting to bypass.
      "name": "FrameworksServicesTests_pm_presubmit"
    },
    {
      // Leave postsubmit here when migrating
      "name": "FrameworksServicesTests_pm_postsubmit"
    }
  ]