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

Commit 5cbab0e3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable unit tests for some utils in postsubmit" into main am: ace555b6

parents 7e368bd3 ace555b6
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
{
  // tests which require dynamic content
  // invoke with: atest -- --enable-module-dynamic-download=true
  // TODO(b/148094059): unit tests not allowed to download content
  "dynamic-presubmit": [
  "postsubmit": [
    // writerTest fails about 5 out of 66
    // { "name": "writerTest" },

+1 −5
Original line number Diff line number Diff line
// mappings for frameworks/av/media/libstagefright/timedtext
{
  // tests which require dynamic content
  // invoke with: atest -- --enable-module-dynamic-download=true
  // TODO(b/148094059): unit tests not allowed to download content
  "dynamic-presubmit": [
  "postsubmit": [
    { "name": "TimedTextUnitTest" }
  ]
}