o-nikolas commented on code in PR #24357:
URL: https://github.com/apache/airflow/pull/24357#discussion_r894902778


##########
tests/jobs/test_backfill_job.py:
##########
@@ -1599,7 +1615,7 @@ def test_mapped_dag(self, dag_id, executor_name, session):
         self.dagbag.process_file(str(TEST_DAGS_FOLDER / f'{dag_id}.py'))
         dag = self.dagbag.get_dag(dag_id)
 
-        when = datetime.datetime(2022, 1, 1)
+        when = timezone.datetime(2022, 1, 1)

Review Comment:
   :laughing: I meant more context for _why_ that's the case. I assume it's 
because folks just don't want to slow down the regular builds, but maybe there 
were timeouts on the test runners? Either way, what do you think about a 
scheduled CI run (once daily maybe?) on `main` which includes long running 
tests so that we at least get some coverage for them, thoughts? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to