Remove Inbox by gmail from cheets_AppCompatTest

Change-Id: I2c8b117f1d8e3ea911a33344cc1cc2927a6fef21
Reviewed-on: https://chromium-review.googlesource.com/1548055
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: Meenakshi Thiyagarajan <mthiyagarajan@google.com>
Reviewed-by: David Haddock <dhaddock@chromium.org>
Reviewed-by: Meenakshi Thiyagarajan <mthiyagarajan@google.com>
(cherry picked from commit 7014153a881f9c1f2bf49b4d9f3af07370951022)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1562534
Commit-Queue: David Haddock <dhaddock@chromium.org>
Tested-by: David Haddock <dhaddock@chromium.org>
diff --git a/client/site_tests/cheets_AppCompatTest/control.clamshell.com.google.android.apps.inbox b/client/site_tests/cheets_AppCompatTest/control.clamshell.com.google.android.apps.inbox
deleted file mode 100644
index b8b4247..0000000
--- a/client/site_tests/cheets_AppCompatTest/control.clamshell.com.google.android.apps.inbox
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2019 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-#
-
-AUTHOR = "mthiyagarajan@"
-NAME = "cheets_AppCompatTest.clamshell.com.google.android.apps.inbox"
-PURPOSE = "Runs AppCompat's UIAutomator tests."
-ATTRIBUTES = "suite:app-compat"
-TIME = "SHORT"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "login"
-TEST_TYPE = "client"
-
-DOC = """
-This runs the AppCompat teams UI Automator tests.
-"""
-
-job.run_test('cheets_AppCompatTest', pkg_name='com.google.android.apps.inbox',
-             touch_view_mode=False)
diff --git a/client/site_tests/cheets_AppCompatTest/control.touchview.com.google.android.apps.inbox b/client/site_tests/cheets_AppCompatTest/control.touchview.com.google.android.apps.inbox
deleted file mode 100644
index bedea3e..0000000
--- a/client/site_tests/cheets_AppCompatTest/control.touchview.com.google.android.apps.inbox
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2019 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-#
-
-AUTHOR = "mthiyagarajan@"
-NAME = "cheets_AppCompatTest.touchview.com.google.android.apps.inbox"
-PURPOSE = "Runs AppCompat's UIAutomator tests."
-ATTRIBUTES = "suite:app-compat"
-TIME = "SHORT"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "login"
-TEST_TYPE = "client"
-
-DOC = """
-This runs the AppCompat teams UI Automator tests.
-"""
-
-job.run_test('cheets_AppCompatTest', pkg_name='com.google.android.apps.inbox',
-             touch_view_mode=True)