[CI] Fold duplicate-server suites and prune the retract matrix on 1-gpu-5090 (#33745)

This commit is contained in:
Liangsheng Yin
2026-08-05 12:41:51 -07:00
committed by GitHub
parent 36853b8ffc
commit de34dd11e9
11 changed files with 215 additions and 418 deletions
@@ -154,7 +154,6 @@ class TestSkipTokenizerInit(CustomTestCase):
response_stream_json = []
for line in response_stream.iter_lines():
print(line)
if line.startswith(b"data: ") and line[6:] != b"[DONE]":
response_stream_json.append(json.loads(line[6:]))
out_stream_ids = []