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

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

Issue 14301012: Temporary fix for flakiness dashboard by avoiding loading mac snow leopard test expectation file fr… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed unit test Created 7 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 | « no previous file | Tools/TestResultServer/static-dashboards/loader_unittests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/TestResultServer/static-dashboards/flakiness_dashboard.js
diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js b/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js
index f23fff7b71e0c291aa01facd7227542cf82cf14a..8295d03321995fccc3d7770cb121aa09899f4e80 100644
--- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js
+++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js
@@ -70,7 +70,7 @@ var PLATFORMS = {
}
},
'SNOWLEOPARD': {
- expectationsDirectory: 'mac-snowleopard',
+ expectationsDirectory: null,
subPlatforms: {
'WK1': { fallbackPlatforms: ['APPLE_MAC_SNOWLEOPARD', 'APPLE_MAC'] },
'WK2': { fallbackPlatforms: ['APPLE_MAC_SNOWLEOPARD', 'APPLE_MAC', 'WK2'] }
« no previous file with comments | « no previous file | Tools/TestResultServer/static-dashboards/loader_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698