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

Commit 4a7bb7b4 authored by Julien Desprez's avatar Julien Desprez Committed by Gerrit Code Review
Browse files

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

parents 4647385a b9566774
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"
        }
      ]
    }
  ]
}