| 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 = (
|
|
|