What: both chart tests carry xfail("Charts feature isn't fully built yet"), but test_prv_008_org_add_charts now XPASSes while test_prv_004_ind_add_charts still XFAILs.
Why it matters: either charts work now and 004 has a real test bug, or 008 passes by accident. Both are hidden while strict=False.
Evidence: 2 of 2 full provider runs at -n 3 on 2026-09-25: 008 XPASS, 004 XFAIL.
Fix: not fixed. One XPASS isn't enough to drop the marker; needs a look at 004's real failure.
What: both chart tests carry
xfail("Charts feature isn't fully built yet"), buttest_prv_008_org_add_chartsnow XPASSes whiletest_prv_004_ind_add_chartsstill XFAILs.Why it matters: either charts work now and 004 has a real test bug, or 008 passes by accident. Both are hidden while
strict=False.Evidence: 2 of 2 full provider runs at
-n 3on 2026-09-25: 008 XPASS, 004 XFAIL.Fix: not fixed. One XPASS isn't enough to drop the marker; needs a look at 004's real failure.