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

Commit 9500e35a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move MctsMediaCodecTestCases to presubmit" into main

parents 87a22b0f 5a5becc0
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" },
  // ]
}