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

Commit 1dc4a001 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Move MctsMediaCodecTestCases to presubmit" into main am: 9500e35a am: 3ce5492f

parents bb902b81 3ce5492f
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@
        "name": "HEVCUtilsUnitTest"
    },
    {
      "name": "MctsMediaDecoderTestCases",
      "name": "MctsMediaCodecTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
@@ -98,19 +98,15 @@
      ]
    },
    {
      "name": "MctsMediaEncoderTestCases",
      "name": "MctsMediaDecoderTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        }
      ]
    }
  ],
  "postsubmit": [
    // writerTest fails about 5 out of 66
    // { "name": "writerTest" },
    },
    {
      "name": "MctsMediaCodecTestCases",
      "name": "MctsMediaEncoderTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
@@ -118,4 +114,8 @@
      ]
    }
  ]
  // "postsubmit": [
  //   writerTest fails about 5 out of 66
  //   { "name": "writerTest" },
  // ]
}