Stop running Nearby Share tests on m90.

Editing the suite_scheduler entry is complicated because you need to
handle merge conflicts in generated files. Easiest way is to just
delete the control file so nothing gets scheduled.

BUG=None
TEST=None

Change-Id: Ib814fb53f8b41d2e09ab7c1e204dccad9ffa8326
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2837108
Tested-by: David Haddock <dhaddock@chromium.org>
Reviewed-by: Kyle Shimabukuro <kyleshima@chromium.org>
Commit-Queue: David Haddock <dhaddock@chromium.org>
diff --git a/server/site_tests/tast/control.nearby-share b/server/site_tests/tast/control.nearby-share
deleted file mode 100644
index 3fa7fbd..0000000
--- a/server/site_tests/tast/control.nearby-share
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020 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 = 'ChromeOS SW Engprod Team (chromeos-sw-engprod@google.com)'
-NAME = 'tast.nearby-share'
-TIME = 'MEDIUM'
-TEST_TYPE = 'Server'
-ATTRIBUTES = 'suite:nearby-share'
-MAX_RESULT_SIZE_KB = 1024 * 1024
-
-# tast.py uses binaries installed from autotest_server_package.tar.bz2.
-REQUIRE_SSP = True
-
-DOC = '''Run the Tast Nearby Share test suite.'''
-
-def run(machine):
-    job.run_test('tast',
-                 host=hosts.create_host(machine),
-                 test_exprs=['("group:nearby-share")'],
-                 ignore_test_failures=True, max_run_sec=10800,
-                 command_args=args)
-parallel_simple(run, machines)