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

Commit c141f6af authored by Sam Dubey's avatar Sam Dubey Committed by Android (Google) Code Review
Browse files

Merge "Migrate Test mapping" into udc-dev

parents d17e74c7 06edbe40
Loading
Loading
Loading
Loading
+0 −57
Original line number Diff line number Diff line
@@ -90,63 +90,6 @@
  //
  // If you don't use @Postsubmit, your new test will immediately
  // block presubmit, which is probably not what you want!
  "sysui-platinum-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-filter": "android.platform.test.scenario.sysui"
        },
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        }
      ]
    }
  ],
  "sysui-staged-platinum-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-filter": "android.platform.test.scenario.sysui"
        },
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ],
  "ironwood-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-annotation": "android.platform.test.annotations.IwTest"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "include-filter": "android.platform.test.scenario.sysui"
        },
        {
            "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        }
      ]
    }
  ],
  "auto-end-to-end-postsubmit": [
    {
      "name": "AndroidAutomotiveHomeTests",