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

Unified Diff: dashboard/dashboard/start_try_job_test.py

Issue 2326723002: [Dashboard] Simplify GuessMetric (Closed)
Patch Set: Fix bug Created 4 years, 3 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 | « dashboard/dashboard/start_try_job.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/start_try_job_test.py
diff --git a/dashboard/dashboard/start_try_job_test.py b/dashboard/dashboard/start_try_job_test.py
index 8c33b7cf6804ed4e2041e42c3fd2f2a8faf75829..fd674316a4518345ee9cc046d506537859c48312 100644
--- a/dashboard/dashboard/start_try_job_test.py
+++ b/dashboard/dashboard/start_try_job_test.py
@@ -940,14 +940,6 @@ class StartBisectTest(testing_common.TestCase):
'chart/chart',
start_try_job.GuessMetric('M/b/benchmark/chart'))
- def testGuessMetric_SummaryMetricWithTIRLabel(self):
- testing_common.AddTests(
- ['M'], ['b'],
- {'benchmark': {'chart': {'tir_label': {'page': {}}}}})
- self.assertEqual(
- 'tir_label-chart/tir_label-chart',
- start_try_job.GuessMetric('M/b/benchmark/chart/tir_label'))
-
if __name__ == '__main__':
unittest.main()
« no previous file with comments | « dashboard/dashboard/start_try_job.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698