aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/desktopui_GmailLatency/control
diff options
context:
space:
mode:
Diffstat (limited to 'client/site_tests/desktopui_GmailLatency/control')
-rw-r--r--client/site_tests/desktopui_GmailLatency/control30
1 files changed, 0 insertions, 30 deletions
diff --git a/client/site_tests/desktopui_GmailLatency/control b/client/site_tests/desktopui_GmailLatency/control
deleted file mode 100644
index f7686f677c..0000000000
--- a/client/site_tests/desktopui_GmailLatency/control
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright (c) 2010 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 = "Chromium OS Project"
-NAME = "desktopui_GmailLatency"
-PURPOSE = "Basic test of performance and latency of Gmail on Chrome OS."
-CRITERIA = """
-This test will fail if the URL fails to load or the test does not complete
-within the allotted time.
-"""
-TIME = "MEDIUM"
-TEST_CATEGORY = "Functional"
-TEST_CLASS = "desktopui"
-TEST_TYPE = "client"
-
-DOC = """
-This test opens a new browser to the internal Gmail latency test URL and
-waits for the test to complete.
-TODO(sosa@chromium.org) - Must find way to bring over tests from image (add
-to chromium buildbot, etc). url_fetch_test is from ~chromium/src/chrome/test
-TODO(sjg@chromium.org) - Create an externally-accessible URL for use by this
-test. At present the test can only be run by one dev, and is intended for use
-by the Gmail team.
-TODO(sjg@chromium.org) - Move this to use PyAuto or some other mechanism
-which uses the running Chrome and doesn't involve us including a binary with
-this test
-"""
-
-job.run_test('desktopui_GmailLatency')