power_FlashVideoSuspend: remove Flash control file.

Youtube Flash is dead. Don't break bvt-cq with this.

BUG=chrome-os-partner:52120
TEST=None.

Change-Id: I6d8677a5d69c8257cb350d62ee656db9a26744db
Reviewed-on: https://chromium-review.googlesource.com/356552
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
diff --git a/client/site_tests/power_FlashVideoSuspend/control b/client/site_tests/power_FlashVideoSuspend/control
deleted file mode 100755
index 19f02de..0000000
--- a/client/site_tests/power_FlashVideoSuspend/control
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2015 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 = "Chrome OS Team"
-NAME = "power_FlashVideoSuspend"
-ATTRIBUTES = "suite:bvt-perbuild"
-TIME = "SHORT"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "power"
-TEST_TYPE = "client"
-
-DOC = """
-Suspends the system with a YouTube video playing in flash mode.
-
-Checks that video is playing when DUT is resumed.
-"""
-
-video_url = "http://www.youtube.com/embed/Lv-sY_z8MNs?enablejsapi=1&nohtml5=1"
-job.add_sysinfo_logfile('/sys/kernel/debug/suspend_stats', on_every_test=True)
-job.run_test('power_FlashVideoSuspend', video_url = video_url)