DO NOT MERGE:  To disable the dynamic downloader by default on CTS 13, since Mainline team hasn't tested all the cases yet.

Bug: 382001331
Change-Id: If57876eaf6afad8986aae6c40d75601277ac7bf1
diff --git a/tools/cts-tradefed/etc/cts-tradefed b/tools/cts-tradefed/etc/cts-tradefed
index 566b3d4..d59bf61 100755
--- a/tools/cts-tradefed/etc/cts-tradefed
+++ b/tools/cts-tradefed/etc/cts-tradefed
@@ -137,7 +137,7 @@
     fi;
 
     # Add a new variable to control the dynamic downloader
-    ENABLE_XTS_DYNAMIC_DOWNLOADER=${ENABLE_XTS_DYNAMIC_DOWNLOADER:-"true"}
+    ENABLE_XTS_DYNAMIC_DOWNLOADER=${ENABLE_XTS_DYNAMIC_DOWNLOADER:-"false"}
 
     DEVICE_INFRA_SERVICE_FLAGS=" \
       --aapt='$(type -P aapt2 2>/dev/null)' \