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

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

Merge "Add android.virtualdevice.cts.VirtualAudioTest to postsubmit" into main

parents 34a89aef 6034c43b
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -41,11 +41,19 @@
        }
      ]
    }
  ]
  ],
  "postsubmit": [
  // TODO(b/302036943): Enable once we make it pass with AIDL HAL on CF.
  // "postsubmit": [
  //   {
  //      "name": "audioeffect_analysis"
  //   }
  // ]
  //   },
    {
      "name": "CtsVirtualDevicesTestCases",
      "options" : [
        {
          "include-filter": "android.virtualdevice.cts.VirtualAudioTest"
        }
      ]
    }
  ]
}