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

Commit 6c052514 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 am: 2759f10a

Change-Id: I02100d2ed5e1ad8361be8612733ec40a394b1ba1
parents 50af36f0 2759f10a
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"
        }
      ]
    }
  ]
}