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

Commit a2569ecb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move non-flaky tests into presubmit in TEST_MAPPING"

parents d294ed9a 21375f26
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{
  "postsubmit": [
  "presubmit": [
    {
      // TODO: move to presubmit once we verify the tests are not flaky
      "name": "CtsMediaTestCases",
      "options": [
        {
@@ -13,6 +12,9 @@
        // TODO: b/149314419
        {
          "exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
        },
        {
          "exclude-filter": "android.media.cts.AudioRecordTest"
        }
      ]
    }
+7 −3
Original line number Diff line number Diff line
{
  "postsubmit": [
  "presubmit": [
    {
      // TODO: move to presubmit once we verify the tests are not flaky
      "name": "CtsMediaTestCases",
      "options": [
        {
@@ -13,9 +12,14 @@
        // TODO: b/149314419
        {
          "exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
        },
        {
          "exclude-filter": "android.media.cts.AudioRecordTest"
        }
      ]
    },
    }
  ],
  "postsubmit": [
    {
       "name": "BatteryChecker_test"
    }