Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 12, 2024
1 parent 1fddfe7 commit 58e3063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2936,7 +2936,7 @@ def test_asset_backfill_not_complete_if_automatic_retry_could_happen(
assert run.tags[BACKFILL_ID_TAG] == backfill_id
assert run.tags["custom_tag_key"] == "custom_tag_value"
assert step_succeeded(instance, run, "foo")
assert step_failed(instance, run, "always_fails")
assert step_failed(instance, run, "pass_on_retry")

# since the failed runs should have automatic retries launched for them, the backfill should not
# be considered complete, even though the targeted asset partitions have a completed state
Expand Down

0 comments on commit 58e3063

Please sign in to comment.