Skip to content

Commit b52ec26

Browse files
author
xiaolei373
authored
[CI]fix run batch unit test (#4628)
1 parent 1372d6d commit b52ec26

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/entrypoints/openai/test_run_batch.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,12 +1324,6 @@ def test_completions(self):
13241324
except Exception as e:
13251325
self.fail(f"输出格式验证失败: {e}\n行内容: {line}")
13261326

1327-
def test_vaild_input(self):
1328-
"""测试输入数据格式的正确性"""
1329-
return_code, contents, proc = self.run_fastdeploy_command(INVALID_INPUT_BATCH)
1330-
1331-
self.assertNotEqual(return_code, 0, f"进程返回非零码: {return_code}, 进程信息: {proc}")
1332-
13331327

13341328
if __name__ == "__main__":
13351329
unittest.main(verbosity=2)

0 commit comments

Comments
 (0)