Index: chrome/test/functional/perf_endure.py |
diff --git a/chrome/test/functional/perf_endure.py b/chrome/test/functional/perf_endure.py |
index dd2426f64fd6154c25fc9b8d85b57f0be7e0ec30..fed79f499f00ed363d487cb579e2d3ff11c9f4d2 100755 |
--- a/chrome/test/functional/perf_endure.py |
+++ b/chrome/test/functional/perf_endure.py |
@@ -703,10 +703,6 @@ class ChromeEndureGmailTest(ChromeEndureBaseTest): |
""" |
test_description = 'ComposeDiscard' |
- # TODO(dennisjeffrey): Remove following line once crosbug.com/32357 is |
- # fixed. |
- self._test_length_sec = 60 * 60 * 5 # Run test for 5 hours. |
- |
def scenario(): |
# Click the "Compose" button, enter some text into the "To" field, enter |
# some text into the "Subject" field, then click the "Discard" button to |
@@ -754,10 +750,6 @@ class ChromeEndureGmailTest(ChromeEndureBaseTest): |
""" |
test_description = 'ComposeDiscardSleep' |
- # TODO(dennisjeffrey): Remove following line once crosbug.com/32357 is |
- # fixed. |
- self._test_length_sec = 60 * 60 * 5 # Run test for 5 hours. |
- |
def scenario(): |
# Click the "Compose" button, enter some text into the "To" field, enter |
# some text into the "Subject" field, then click the "Discard" button to |
@@ -1037,10 +1029,6 @@ class ChromeEndurePlusTest(ChromeEndureBaseTest): |
""" |
test_description = 'AlternateStreams' |
- # TODO(dennisjeffrey): Remove following line once crosbug.com/32357 is |
- # fixed. |
- self._test_length_sec = 60 * 60 * 3 # Run test for 3 hours. |
- |
def scenario(): |
# Click the "Friends" button, wait for 1 second, click the "Family" |
# button, wait for 1 second. |