We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ba9f5 commit 4b20a66Copy full SHA for 4b20a66
examples/server/tests/unit/test_completion.py
@@ -75,7 +75,7 @@ def test_completion_stream_vs_non_stream():
75
assert content_stream == res_non_stream.body["content"]
76
77
78
-@pytest.mark.parametrize("n_slots", [1, 2])
+@pytest.mark.parametrize("n_slots", [1])
79
def test_consistent_result_same_seed(n_slots: int):
80
global server
81
server.n_slots = n_slots
0 commit comments