Skip to content

Commit 68db9c1

Browse files
committed
Fix
Signed-off-by: Rafael Vasquez <[email protected]>
1 parent 52b47f6 commit 68db9c1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/e2e/test_spyre_cb.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@ def test_long_context_batches(
226226
result = extract_output(req_output)
227227
results.append(result)
228228

229-
assert len(results) == batch_size
230-
231-
# Compare output against HF output
232229
check_output_against_hf(
233230
model=model,
234231
backend=backend,
@@ -238,5 +235,3 @@ def test_long_context_batches(
238235
)
239236

240237
force_engine_shutdown(vllm_model)
241-
242-
force_engine_shutdown(vllm_model)

0 commit comments

Comments
 (0)