We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1f452 commit 11e036fCopy full SHA for 11e036f
providers/standard/tests/unit/standard/operators/test_trigger_dagrun.py
@@ -255,6 +255,7 @@ def test_trigger_dag_run_execute_complete_should_fail(self):
255
),
256
)
257
258
+ @pytest.mark.skipif(not AIRFLOW_V_3_0_PLUS, reason="Implementation is different for Airflow 2 & 3")
259
def test_trigger_dag_run_with_fail_when_dag_is_paused_should_fail(self):
260
with pytest.raises(
261
FeatureNotAvailable, match="Setting `fail_when_dag_is_paused` not yet supported for Airflow 3.0"
0 commit comments