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

Commit b7e6d6ff authored by Joe Bolinger's avatar Joe Bolinger Committed by Android (Google) Code Review
Browse files

Merge "Move biometric screenshot TEST_MAPPING to project root."

parents e466b56f 3ca32118
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -32,6 +32,18 @@
        }
        }
      ]
      ]
    },
    },
    {
      // TODO(b/251476085): Consider merging with SystemUIGoogleScreenshotTests (in U+)
      "name": "SystemUIGoogleBiometricsScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
    {
      // Permission indicators
      // Permission indicators
      "name": "CtsPermission4TestCases",
      "name": "CtsPermission4TestCases",
+0 −16
Original line number Original line Diff line number Diff line
{
  "presubmit": [
    {
      // TODO(b/251476085): Consider merging with SystemUIGoogleScreenshotTests (in U+)
      "name": "SystemUIGoogleBiometricsScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}