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

Unified Diff: tools/perf/fetch_benchmark_deps_unittest.py

Issue 2694403002: Disable testFetchWPRs. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/fetch_benchmark_deps_unittest.py
diff --git a/tools/perf/fetch_benchmark_deps_unittest.py b/tools/perf/fetch_benchmark_deps_unittest.py
index 12ead09c54f9e60ec3d713b72533f677be2bd14f..d51fc0440b280c2eac5648dfdb608cf7e7038afc 100644
--- a/tools/perf/fetch_benchmark_deps_unittest.py
+++ b/tools/perf/fetch_benchmark_deps_unittest.py
@@ -10,6 +10,7 @@ import StringIO
import mock # pylint: disable=import-error
from core import path_util
+from telemetry import benchmark
import fetch_benchmark_deps
@@ -59,6 +60,7 @@ class FetchBenchmarkDepsUnittest(unittest.TestCase):
self.assertEquals(expected_fetched_file_paths,
NormPaths(output.getvalue()))
+ @benchmark.Disabled('chromeos') # crbug.com/692278
def testFetchWPRs(self):
self._RunFetchBenchmarkDepsTest('smoothness.top_25_smooth')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698