Merge "add VorbisDecoder unit test to presubmit"
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" }
     ]
 }