Skip to content

Commit 842c608

Browse files
authored
[CI] Align with Paddle layer_norm kernel update (#7056)
1 parent f25760f commit 842c608

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/cov_pytest.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ addopts =
1212
--ignore=tests/e2e/golang_router
1313
--ignore=tests/v1/test_schedule_output.py
1414
--ignore=tests/graph_optimization/test_cuda_graph_dynamic_subgraph.py
15-
--ignore=tests/e2e/test_Qwen3VLMoe_serving.py

tests/e2e/test_Qwen3VLMoe_serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_consistency_between_runs(api_url, headers, consistent_payload):
173173
content1 = result1["choices"][0]["message"]["content"]
174174

175175
# base result
176-
content2 = "根据您提供的视频片段,我们可以观"
176+
content2 = "根据您提供的视频帧,我们可以观"
177177

178178
# Verify that result is same as the base result
179179
assert content1.startswith(content2), content1

0 commit comments

Comments
 (0)