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

Unified Diff: appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.py

Issue 2336713002: Add Milo URLs to list of flakes (Closed)
Patch Set: Addressed comments 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
Index: appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.py
diff --git a/appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.py b/appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.py
index a2351edbbe2a8a8242ec26ef0e4f5828739d7827..431ddd34f4b48371bdbeb944ac97985f6b3b6568 100644
--- a/appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.py
+++ b/appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.py
@@ -16,7 +16,7 @@ class TestAllFlakeOccurrences(testing.AppengineTestCase):
app_module = main.app
def _create_flake(self):
- tf = datetime.datetime(2016, 06, 06, 10, 20, 30)
+ tf = datetime.datetime(2016, 8, 6, 10, 20, 30)
ts = tf - datetime.timedelta(hours=1)
tf2 = tf - datetime.timedelta(days=5)
ts2 = tf2 - datetime.timedelta(hours=1)

Powered by Google App Engine
This is Rietveld 408576698