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

Commit b9566774 authored by Julien Desprez's avatar Julien Desprez
Browse files

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

Those config groups run no tests due to the combination of filters, but they add cost since we run setup still.

Change-Id: I244e6044f1f6bda831c51f4ae399beaeb68c816d
Test: presubmit
Bug: 270214959
parent 253b5e90
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"
        }
      ]
    }
  ]
}