Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: tools/chrome_proxy/webdriver/compression_regression.py

Issue 2834813003: Add slow test decorator (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/chrome_proxy/webdriver/common.py ('k') | tools/chrome_proxy/webdriver/decorators.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/webdriver/compression_regression.py
diff --git a/tools/chrome_proxy/webdriver/compression_regression.py b/tools/chrome_proxy/webdriver/compression_regression.py
index 934fb93ce4c7e61ed8c21b9afb02b9de27dd2c6a..808e98fad85a4821e0e0607bcad059d64eff339a 100644
--- a/tools/chrome_proxy/webdriver/compression_regression.py
+++ b/tools/chrome_proxy/webdriver/compression_regression.py
@@ -12,6 +12,7 @@ import common
from common import TestDriver
from common import IntegrationTest
from decorators import NotAndroid
+from decorators import Slow
# The maximum number of data points that will be saved.
MAX_DATA_POINTS = 365
@@ -81,6 +82,7 @@ class CompressionRegression(IntegrationTest):
classified as a regression test.
"""
+ @Slow
@NotAndroid
def testCompression(self):
"""This function is the main test function for regression compression
« no previous file with comments | « tools/chrome_proxy/webdriver/common.py ('k') | tools/chrome_proxy/webdriver/decorators.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698