cheets_GTS: Stop enabling default apps for Assistant test.

As the TODO comment says, this was needed only for 7.0r2.

BUG=b:149065603
TEST=cheets_GTS.7.0_r3.GtsAssistantHostTestCases

Change-Id: I310d33e14ffbf03a002503ebd7c46ae7925504e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2043257
Reviewed-by: Kazuhiro Inaba <kinaba@chromium.org>
Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org>
Tested-by: Kazuhiro Inaba <kinaba@chromium.org>
Auto-Submit: Kazuhiro Inaba <kinaba@chromium.org>
diff --git a/server/cros/tradefed/generate_controlfiles_GTS.py b/server/cros/tradefed/generate_controlfiles_GTS.py
index bb1e422..08903f2 100755
--- a/server/cros/tradefed/generate_controlfiles_GTS.py
+++ b/server/cros/tradefed/generate_controlfiles_GTS.py
@@ -96,10 +96,7 @@
 # Modules that are known to download and/or push media file assets.
 CONFIG['MEDIA_MODULES'] = ['GtsYouTubeTestCases']
 CONFIG['NEEDS_PUSH_MEDIA'] = CONFIG['MEDIA_MODULES'] + [_ALL]
-CONFIG['ENABLE_DEFAULT_APPS'] = [
-    # TODO(kinaba): See b/143740808. Can be droped after GTS7.0r3 deployed.
-    'GtsAssistantHostTestCases'
-]
+CONFIG['ENABLE_DEFAULT_APPS'] = []
 
 # Preconditions applicable to public and internal tests.
 CONFIG['PRECONDITION'] = {}
diff --git a/server/site_tests/cheets_GTS/control.7.0_r3.GtsAssistantHostTestCases b/server/site_tests/cheets_GTS/control.7.0_r3.GtsAssistantHostTestCases
index b328335..91ce467 100644
--- a/server/site_tests/cheets_GTS/control.7.0_r3.GtsAssistantHostTestCases
+++ b/server/site_tests/cheets_GTS/control.7.0_r3.GtsAssistantHostTestCases
@@ -20,7 +20,6 @@
         'cheets_GTS',
         hosts=host_list,
         iterations=1,
-        enable_default_apps=True,
         tag='7.0_r3.GtsAssistantHostTestCases',
         test_name='cheets_GTS.7.0_r3.GtsAssistantHostTestCases',
         authkey='gs://chromeos-arc-images/cts/bundle/gts-arc.json',
diff --git a/server/site_tests/cheets_GTS/control.7.0_r3.all.CtsCheckpointTestCases_-_GtsCallLogTestCases b/server/site_tests/cheets_GTS/control.7.0_r3.all.CtsCheckpointTestCases_-_GtsCallLogTestCases
index 67d18aa..466e9ca 100644
--- a/server/site_tests/cheets_GTS/control.7.0_r3.all.CtsCheckpointTestCases_-_GtsCallLogTestCases
+++ b/server/site_tests/cheets_GTS/control.7.0_r3.all.CtsCheckpointTestCases_-_GtsCallLogTestCases
@@ -21,7 +21,6 @@
         hosts=host_list,
         iterations=1,
         max_retry=9,
-        enable_default_apps=True,
         tag='7.0_r3.all.CtsCheckpointTestCases_-_GtsCallLogTestCases',
         test_name='cheets_GTS.7.0_r3.all.CtsCheckpointTestCases_-_GtsCallLogTestCases',
         authkey='gs://chromeos-arc-images/cts/bundle/gts-arc.json',
diff --git a/server/site_tests/cheets_GTS/control.GtsAssistantHostTestCases b/server/site_tests/cheets_GTS/control.GtsAssistantHostTestCases
index 6c6e733..1f71a54 100644
--- a/server/site_tests/cheets_GTS/control.GtsAssistantHostTestCases
+++ b/server/site_tests/cheets_GTS/control.GtsAssistantHostTestCases
@@ -21,7 +21,6 @@
         hosts=host_list,
         iterations=1,
         max_retry=2,
-        enable_default_apps=True,
         tag='GtsAssistantHostTestCases',
         test_name='cheets_GTS.GtsAssistantHostTestCases',
         run_template=['run', 'commandAndExit', 'gts', '--module', 'GtsAssistantHostTestCases', '--ignore-business-logic-failure'],