Skip to content

Commit 11e036f

Browse files
committed
Fixup tests
1 parent 8d1f452 commit 11e036f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

providers/standard/tests/unit/standard/operators/test_trigger_dagrun.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def test_trigger_dag_run_execute_complete_should_fail(self):
255255
),
256256
)
257257

258+
@pytest.mark.skipif(not AIRFLOW_V_3_0_PLUS, reason="Implementation is different for Airflow 2 & 3")
258259
def test_trigger_dag_run_with_fail_when_dag_is_paused_should_fail(self):
259260
with pytest.raises(
260261
FeatureNotAvailable, match="Setting `fail_when_dag_is_paused` not yet supported for Airflow 3.0"

0 commit comments

Comments
 (0)