bugraoz93 commented on code in PR #47825:
URL: https://github.com/apache/airflow/pull/47825#discussion_r1997588118


##########
providers/standard/tests/unit/standard/sensors/test_weekday.py:
##########
@@ -128,3 +130,23 @@ def test_weekday_sensor_timeout_with_set(self):
         )
         with pytest.raises(AirflowSensorTimeout):
             op.run(start_date=WEEKDAY_DATE, end_date=WEEKDAY_DATE, 
ignore_ti_state=True)
+
+    @pytest.mark.skipif(not AIRFLOW_V_3_0_PLUS, reason="Skip on Airflow < 3.0")

Review Comment:
   Do we need this since it has been merged with the main?



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