We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dff2ea commit ba943a3Copy full SHA for ba943a3
1 file changed
tests/core/test_plan.py
@@ -3362,9 +3362,6 @@ def test_environment_statements_change_allows_dev_environment_creation(make_snap
3362
3363
3364
def test_plan_ignore_cron_flag(make_snapshot):
3365
- """Test that ignore_cron flag is properly stored and propagated through plan objects."""
3366
-
3367
- # Create a snapshot with a daily cron schedule
3368
snapshot_a = make_snapshot(
3369
SqlModel(
3370
name="test_model",
@@ -3375,8 +3372,8 @@ def test_plan_ignore_cron_flag(make_snapshot):
3375
3372
allow_partials=True,
3376
3373
)
3377
3374
+ snapshot_a.categorize_as(SnapshotChangeCategory.BREAKING, forward_only=False)
3378
3379
- # Mock the context diff
3380
context_diff = ContextDiff(
3381
environment="dev",
3382
is_new_environment=True,
0 commit comments