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

Commit ace555b6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 9a7da20a ced073a4
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" }
  ]
}