Skip to content

Commit 97323d9

Browse files
committed
add missing comma
Signed-off-by: Stanley Sun <[email protected]>
1 parent 657494b commit 97323d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ def test_ptp_quickstart_advanced_deepseek_v3_lite_4gpus_adp_balance(
20732073
'DeepSeek-R1', 'DeepSeek-R1/DeepSeek-R1', marks=skip_pre_hopper),
20742074
pytest.param('DeepSeek-R1-0528-FP4',
20752075
'DeepSeek-R1/DeepSeek-R1-0528-FP4',
2076-
marks=skip_pre_blackwell)
2076+
marks=skip_pre_blackwell),
20772077
])
20782078
def test_ptp_quickstart_advanced_deepseek_r1_8gpus(llm_root, llm_venv,
20792079
model_name, model_path):

0 commit comments

Comments
 (0)