Temporarily disable ART gtests in MTS.

ART (target) gtests are bundled with the Testing ART APEX. In order to
run on device, they require the installation of the Testing ART APEX,
which is currently being blocked on internal builds. Temporarily
disable these gtests in the Mainline Test Suite (MTS) for now.

Test: m mts && mts-tradefed run commandAndExit mts-art
Bug: 167385698
Bug: 162834439
Change-Id: I10ca6637eda5b9229b8b799ec352799a219b4fd1
1 file changed
tree: c1a88fe88bc92a1b36953a3438f0b50a4ab24f2c
  1. tools/
  2. OWNERS
  3. README.md
README.md

Android Mainline Test Suite (MTS)

MTS consists of a set of testing frameworks and test cases, designed to help enhance the robustness, reliability, and compliance of a mainline train (i.e. a set of mainline modules).

MTS has mainly three types of tests:

  • Unit tests
  • CTS tests
  • GTS tests

//TODO: add user manual