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

Unified Diff: Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js

Issue 309783002: Exclude test types that don't upload from the flakiness dashboard UI. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comments. update test Created 6 years, 6 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
Index: Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js
diff --git a/Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js b/Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js
index 24c82ebaa213b68d3fa79cb07459a09e17ceb62a..7651aa2eb4339c21bcfc21a9d35ea0ef516d46b8 100644
--- a/Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js
+++ b/Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js
@@ -38,6 +38,7 @@ function setupAggregateResultsData(includeRevisonNumbers)
var builderName = 'Blink Linux';
LOAD_BUILDBOT_DATA({
+ "no_upload_test_types": [],
"masters": [
{
"groups": [ "@ToT Blink" ],

Powered by Google App Engine
This is Rietveld 408576698