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

Commit d4d71799 authored by Julien Desprez's avatar Julien Desprez Committed by Automerger Merge Worker
Browse files

Merge "Remove tests which combination of @Presubmit and !@RequiresDevice runs...

Merge "Remove tests which combination of @Presubmit and !@RequiresDevice runs nothing" am: 4a7bb7b4

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2473345



Change-Id: I245aaf0ca02e381d7fa577b8adce87edaab0f693
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4e98933e 4a7bb7b4
Loading
Loading
Loading
Loading
+0 −55
Original line number Diff line number Diff line
@@ -7,17 +7,6 @@
    { "name": "codec2_vndk_test"}
  ],
  "presubmit-large": [
    {
      "name": "CtsMediaMiscTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
        }
      ]
    },
    {
      "name": "CtsMediaAudioTestCases",
      "options": [
@@ -35,50 +24,6 @@
          "exclude-filter": "android.media.audio.cts.AudioRecordTest"
        }
      ]
    },
    {
      "name": "CtsMediaDecoderTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
        }
      ]
    },
    {
      "name": "CtsMediaEncoderTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
        }
      ]
    },
    {
      "name": "CtsMediaCodecTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
        }
      ]
    },
    {
      "name": "CtsMediaPlayerTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
        }
      ]
    }
  ]
}