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

Commit 68deaa72 authored by Yixiao Luo's avatar Yixiao Luo Committed by Android (Google) Code Review
Browse files

Merge "Add trunk stable tv-postsubmit config to hdmi TEST_MAPPING" into main

parents 19009bd6 8b232ab3
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -30,5 +30,25 @@
        }
      ]
    }
  ],
  // Postsubmit tests for TV devices
  "tv-postsubmit": [
    {
      "name": "HdmiCecTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-filter": "android.hardware.hdmi"
        }
      ],
      "file_patterns": [
        "(/|^)DeviceFeature[^/]*", "(/|^)Hdmi[^/]*"
      ]
    }
  ]
}