[AMD] [CI] Enable 3 nested unit tests needing harness stub fixes (#31843)

Co-authored-by: HAI <hixiao@gmail.com>
This commit is contained in:
Michael
2026-08-10 16:09:00 +08:00
committed by GitHub
co-authored by HAI
parent fb3d1419fd
commit f2a4c4c847
4 changed files with 21 additions and 0 deletions
+5
View File
@@ -101,6 +101,11 @@ _MM_GEN_FILE_BACKENDS = {
"unit/sana_wm/test_streaming_cached.py": ("AMD",),
"unit/sana_wm/test_streaming_stage.py": ("AMD",),
"unit/sana_wm/test_streaming_vae.py": ("AMD",),
# Enabled with small test-harness stub fixes.
"unit/progressive_resolution/test_progressive.py": ("AMD",),
"unit/sana_wm/test_streaming_realtime_path.py": ("AMD",),
# Stub gap already fixed upstream; only needs enabling here.
"unit/realtime/test_lingbot_causal_denoising.py": ("AMD",),
}
# Filenames that match `test_*.py` by convention but contain no real tests