aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Mahendrakar <hmahendrakar@google.com>2024-01-30 04:18:45 +0000
committerHarish Mahendrakar <hmahendrakar@google.com>2024-01-30 04:19:25 +0000
commiteda562fb4880c3c45b0390a18811f94c30c513fe (patch)
tree172cc0268c52aa49b1cc9ede3279e6318cf39002
parent1dd822a6b982712e05e6e6d84d0b06c6681b10f3 (diff)
downloadtremolo-eda562fb4880c3c45b0390a18811f94c30c513fe.tar.gz
Enable unit tests in postsubmit
The unit tests were marked as dynamic-presubmit and those are now changed to postsubmit as these tests now use DynamicConfig.xml and can download the required files without any extra arguments. After some time of running these in postsubmit, these will be changed to presubmit. Bug: 304383609 Test: atest VorbisDecoderTest Change-Id: Ibc14eac15621f1dd1a9c446aa5187c876ad6fe6b
-rw-r--r--TEST_MAPPING5
1 files changed, 1 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 0f98962..5618fe0 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -5,10 +5,7 @@
// { "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": [
+ "postsubmit": [
{ "name": "VorbisDecoderTest" }
]
}