syun64 commented on code in PR #36024:
URL: https://github.com/apache/airflow/pull/36024#discussion_r1412846622


##########
tests/ti_deps/deps/test_not_previously_skipped_dep.py:
##########
@@ -113,7 +113,7 @@ def test_parent_skip_branch(session, dag_maker):
     """
     A simple DAG with a BranchPythonOperator that does not follow op2. 
NotPreviouslySkippedDep is not met.
     """
-    start_date = pendulum.datetime(2020, 1, 1)
+    start_date = pendulum.datetime(2017, 1, 1)

Review Comment:
   This change fixes the following issue with the test in the CI:
   
   ```
   Dependencies not met for <TaskInstance: test_parent_skip_branch_dag.op1 
manual__2020-01-01T00:00:00+00:00 [None]>, dependency 'Execution Date' FAILED: 
Execution date 2020-01-01T00:00:00+00:00 is in the future (the current date is 
2017-01-01T00:02:11.002726+00:00).
   ```



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