Skip to content

Commit c5363b7

Browse files
committed
test(internal): bump haos_inaddon skip ceiling for #1403 auto-backup tests
#1403 adds 22 e2e tests in test_capture_and_restore.py. 17 of them carry @external_only (auto-backup is a deliberate alternative to HA's native snapshots — the inaddon lane uses HA's snapshots, not ours, so per-entity capture/restore is intentionally external-only). That pushed haos_inaddon skip count from 22 → 39, breaking the 30 ceiling. Raise to 45 (39 + 6 buffer) per the docstring.
1 parent 92b6d70 commit c5363b7

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

tests/src/e2e/basic/test_backend_dispatch_smoke.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,16 @@
5858

5959
# Per-lane ceilings for the count of skip-marked tests. Set 5-9 above
6060
# current per-lane skip counts (as of 2026-05-22: container=46,
61-
# haos=14, haos_inaddon=22). A buffer of 5-9 absorbs PRs that
62-
# legitimately add a few new marker-gated tests, but catches a
63-
# mass-skip incident like PR #1375 (14 tests started skipping silently
64-
# because a marker was applied too broadly).
61+
# haos=14, haos_inaddon=39 — the latter bumped by #1403's 17 new
62+
# auto-backup tests that skip on haos_inaddon via @external_only).
63+
# A buffer of 5-9 absorbs PRs that legitimately add a few new
64+
# marker-gated tests, but catches a mass-skip incident like PR #1375
65+
# (14 tests started skipping silently because a marker was applied
66+
# too broadly).
6567
_SKIP_CEILING_PER_LANE = {
6668
"container": 55,
6769
"haos": 20,
68-
"haos_inaddon": 30,
70+
"haos_inaddon": 45,
6971
}
7072

7173

0 commit comments

Comments
 (0)