test: skip flaky test

This commit is contained in:
Krrish Dholakia 2024-11-30 19:28:01 -08:00
parent f35de78df1
commit ce0be3b38c
2 changed files with 1 additions and 3 deletions

View file

@ -137,9 +137,6 @@ def _forecast_daily_cost(data: list):
print("last entry date", last_entry_date)
# Assuming today_date is a datetime object
today_date = datetime.now()
# Calculate the last day of the month
last_day_of_todays_month = datetime(
today_date.year, today_date.month % 12 + 1, 1