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

Commit 21375f26 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

Move non-flaky tests into presubmit in TEST_MAPPING

Bug: 142866491
Test: atest --test-mapping frameworks/av/media/libstagefright:presubmit
Test: atest --test-mapping frameworks/av/media/codec2:presubmit
Change-Id: I8a7e7fd8cfd270f55759a3ff187e7b8d05678edd
parent 86f5034e
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"
    }