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

Commit 2759f10a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Convert apct/framework/window_manager_presubmit-cloud-tf to Test Mapping Suite." am: 928f0bf2 am: f680f603

Change-Id: I240cfc417e55d19ee2443765d66721adc81cfc70
parents 77daa9a2 f680f603
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"
        }
      ]
    }
  ]
}