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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests.py

Issue 2710493003: Update HTTP-references to test-results to use HTTPS (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 | « third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests.py
index 29ad70044ba13788cad13f4b022f2dbcb5369887..c9322418e41ff59e344ea5078e400f26c92289e9 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests.py
@@ -53,7 +53,7 @@ class FlakyTests(Command):
'%20If%20not%20fixed%20in%203%20months,%20it%20will%20be%20deleted%20'
'or%20perma-skipped.%0A%0AIn%20the%20flakiness%20dashboard,%20the%20'
'turquoise%20boxes%20are%20runs%20where%20the%20test%20failed%20and%20'
- 'then%20passed%20on%20retry.%0A%0Ahttp://test-results.appspot.com'
+ 'then%20passed%20on%20retry.%0A%0Ahttps://test-results.appspot.com'
'/dashboards/flakiness_dashboard.html%23tests=XXXXXXX')
HEADER = (
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698