Skip to content

Commit 4346239

Browse files
Trecekclaude
andcommitted
fix: add test_dispatch_labels_cleaned.py to recipe cascade entries
The test imports autoskillit.recipe.schema.RecipeIngredient but was missing from LAYER_CASCADE_CONSERVATIVE["recipe"] file-level entries, causing test_cascade_map_guard to fail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fa4e7a9 commit 4346239

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/_test_filter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ class ImportContext(enum.StrEnum):
769769
# Execution file-level entries:
770770
"execution/test_headless_path_validation.py",
771771
"execution/test_zero_write_detection.py",
772-
# Fleet file-level entries (8 of N import autoskillit.recipe):
772+
# Fleet file-level entries (9 of N import autoskillit.recipe):
773773
"fleet/test_fleet_e2e.py",
774774
"fleet/test_fleet_e2e_codex.py",
775775
"fleet/test_campaign_capture.py",
@@ -780,6 +780,7 @@ class ImportContext(enum.StrEnum):
780780
"fleet/test_dispatch_state_handle.py",
781781
"fleet/test_research_campaign_dispatch.py",
782782
"fleet/test_dispatch_failure_semantics.py",
783+
"fleet/test_dispatch_labels_cleaned.py",
783784
"fleet/test_gate_state_persistence.py",
784785
# Other file-level entries:
785786
"infra/test_pretty_output_recipe.py",

0 commit comments

Comments
 (0)