Skip to content

Commit 0d3e307

Browse files
authored
Fix CI of test_patch_torch (#4844)
1 parent 62dd958 commit 0d3e307

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/pr-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ jobs:
115115
cd test/srt
116116
python3 test_verl_engine.py
117117
118+
- name: Test Patch Torch
119+
timeout-minutes: 10
120+
run: |
121+
cd test/srt
122+
python3 test_patch_torch.py
123+
118124
- name: Test expert parallelism (EP=2)
119125
timeout-minutes: 10
120126
run: |

test/srt/run_suite.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class TestFile:
4646
TestFile("test_openai_server.py", 124),
4747
TestFile("test_penalty.py", 41),
4848
TestFile("test_page_size.py", 60),
49-
TestFile("test_patch_torch.py", 60),
5049
TestFile("test_pytorch_sampling_backend.py", 66),
5150
TestFile("test_radix_attention.py", 167),
5251
TestFile("test_reasoning_content.py", 89),

0 commit comments

Comments
 (0)