Skip to content

Commit a5f8ef3

Browse files
test(demo): intentional FAIL for live_heap CI exclude wiring (#168)
Demo-only: ci.yml drops python_live_heap_3.14 from test_scenarios_exclude while list-scenarios unit test still expects it excluded. Restore exclude regexp to demo PASS.
1 parent f0d5ef3 commit a5f8ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# exclude rather than a lookahead baked into test_scenarios.
6767
# Additional wheel-only 3.14 dirs (e.g. live_heap) are added to this list
6868
# when those scenarios land.
69-
test_scenarios_exclude: '_3\.15$|^python_live_heap_3\.14$|^python_downstream_gate$'
69+
test_scenarios_exclude: '_3\.15$|^python_downstream_gate$' # DEMO_FAIL: restore live_heap exclude to demo PASS
7070
secrets: inherit
7171
full_host:
7272
uses: ./.github/workflows/test.yml

0 commit comments

Comments
 (0)