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

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

Merge "Revert "Add TEST_MAPPING for android.platform.test.scenario.biometrics""

parents bbe4064c a65042db
Loading
Loading
Loading
Loading
+0 −72
Original line number Diff line number Diff line
{
  // TODO(b/257208080) Create atp/config/test/suite/test-mapping-presubmit-biometrics_cloud-tf.gcl
  "presubmit-sysui": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-filter": "android.platform.test.scenario.biometrics"
        },
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ],
  "presubmit": [
    {
      "name": "SystemUIGoogleTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  // TODO(b/257208080) Reuse sysui-platinum-postsubmit or create biometrics-platinum-postsubmit
  "sysui-platinum-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-filter": "android.platform.test.scenario.biometrics"
        },
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  // TODO(b/257208080) Reuse sysui-staged-platinum-postsubmit or create biometrics-staged-platinum-postsubmit
  "sysui-staged-platinum-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-filter": "android.platform.test.scenario.biometrics"
        },
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}