aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index fed9cac..d58e4e0 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,6 +1,13 @@
{
"presubmit": [
{ "name": "oob_oggpack_look" }
+ ],
+
+ // 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": [
+ { "name": "VorbisDecoderTest" }
]
}