Skip to content

Commit 4b20a66

Browse files
committed
Disable the server test for 2 slots.
1 parent 01ba9f5 commit 4b20a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/unit/test_completion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_completion_stream_vs_non_stream():
7575
assert content_stream == res_non_stream.body["content"]
7676

7777

78-
@pytest.mark.parametrize("n_slots", [1, 2])
78+
@pytest.mark.parametrize("n_slots", [1])
7979
def test_consistent_result_same_seed(n_slots: int):
8080
global server
8181
server.n_slots = n_slots

0 commit comments

Comments
 (0)