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

Commit f680f603 authored by easoncylee's avatar easoncylee Committed by android-build-merger
Browse files

Merge "Convert apct/framework/window_manager_presubmit-cloud-tf to Test Mapping Suite."

am: 928f0bf2

Change-Id: I2b0193723f0c05f82aee1352fda60495cdaf517e
parents ad58c226 928f0bf2
Loading
Loading
Loading
Loading

services/TEST_MAPPING

0 → 100644
+48 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "FrameworksMockingCoreTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "WmTests",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}