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

Commit 5a5becc0 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

Move MctsMediaCodecTestCases to presubmit

Bug: 367371849
Change-Id: I51b7e5e6f79717609fd6cb1a16ba7d8e03a43f8c
Test: presubmit
parent 87a22b0f
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" },
  // ]
}