Skip to content

Commit c0646df

Browse files
committed
Chore: Fix the airflow integration test
1 parent 1f15af8 commit c0646df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/schedulers/airflow/test_integration.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ def test_apply_plan_create_backfill_promote(
5555
snapshot.table_info
5656
]
5757

58-
# Verify that the incremental DAG for the Snapshot has been created.
59-
dag = _get_snapshot_dag(airflow_client, model_name, snapshot.version)
60-
assert dag["is_active"]
61-
6258
# Make sure that the same Snapshot can't be added again.
6359
with pytest.raises(SQLMeshError, match=r"Snapshots.*already exist.*"):
6460
airflow_client.apply_plan([snapshot], environment, random_name())

0 commit comments

Comments
 (0)