Disable bug filing and alerts for cellular end2end test

BUG=None
TEST=None

Change-Id: I8ff7bb2a8a31da6eb9e1930eb768ff4e97c7f777
Reviewed-on: https://chromium-review.googlesource.com/511185
Commit-Ready: Harpreet Grewal <harpreet@chromium.org>
Tested-by: Harpreet Grewal <harpreet@chromium.org>
Tested-by: Dinesh Kumar Sunkara <dsunkara@google.com>
Reviewed-by: Dinesh Kumar Sunkara <dsunkara@google.com>
Reviewed-by: Ben Chan <benchan@chromium.org>
diff --git a/test_suites/control.cellular_endtoend b/test_suites/control.cellular_endtoend
index bc79f2e..9367130 100644
--- a/test_suites/control.cellular_endtoend
+++ b/test_suites/control.cellular_endtoend
@@ -18,18 +18,6 @@
 from autotest_lib.server.cros import provision
 from autotest_lib.server.cros.dynamic_suite import dynamic_suite
 
-# Values specified in this bug template will override default values when
-# filing bugs on tests that are a part of this suite. If left unspecified
-# the bug filer will fallback to it's defaults.
-_BUG_TEMPLATE = {
-    'labels': ['cellular', 'cellular_endtoend'],
-    'owner': 'harpreet@chromium.org',
-    'status': None,
-    'summary': None,
-    'title': None,
-    'cc': ['kkanchi@chromium.org']
-}
-
 args_dict['name'] = NAME
 args_dict['add_experimental'] = True
 args_dict['max_runtime_mins'] = 60