Exclude `art-run-test-832-cha-recursive` from automated executions.
Disable recent run-test `art-run-test-832-cha-recursive` as it has a
dependency on the `libarttest` native library, which is not yet
supported by TradeFed, neither at the built system level nor by the
`ArtRunTest` test runner.
Test: atest --test-mapping art:presubmit
Change-Id: I8c4c3b8f5c85a7f29b0b4f7a3f8868322cda664e
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index f03d3f2..92026b2 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -286,6 +286,8 @@
# usually `arttestd` or `arttest)`, but the ART run-test TradeFed test runner
# (`com.android.tradefed.testtype.ArtRunTest`) does not implement this yet.
"826-infinite-loop",
+ # 832-cha-recursive: Dependency on `libarttest`.
+ "832-cha-recursive",
"900-hello-plugin",
"901-hello-ti-agent",
"902-hello-transformation",