From 296b73685ec5ad93b8ef93b1d14301ec6c9758ec Mon Sep 17 00:00:00 2001 From: hugoShaka Date: Fri, 6 Dec 2024 16:29:04 -0500 Subject: [PATCH] lint --- lib/autoupdate/rollout/strategy_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/autoupdate/rollout/strategy_test.go b/lib/autoupdate/rollout/strategy_test.go index 1792178a76cb6..ba9251a9c023a 100644 --- a/lib/autoupdate/rollout/strategy_test.go +++ b/lib/autoupdate/rollout/strategy_test.go @@ -30,8 +30,9 @@ import ( ) var ( + // TODO(hugoShaka) uncomment in the next PRs when this value will become useful // 2024-11-30 is a Saturday - testSaturday = time.Date(2024, 11, 30, 15, 30, 0, 0, time.UTC) + // testSaturday = time.Date(2024, 11, 30, 15, 30, 0, 0, time.UTC) // 2024-12-01 is a Sunday testSunday = time.Date(2024, 12, 1, 12, 30, 0, 0, time.UTC) matchingStartHour = int32(12)