Skip to content

Commit c887641

Browse files
committed
debug not working test
1 parent 841417a commit c887641

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/model_serving/model_server/llmd/test_singlenode_precise_prefix_cache.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ def test_singlenode_precise_prefix_cache(
9191
workload_pods = get_llmd_workload_pods(client=unprivileged_client, llmisvc=singlenode_precise_prefix_cache)
9292
assert len(workload_pods) == 2, f"Expected 2 workload pods, found {len(workload_pods)}"
9393

94-
import pdb
95-
96-
pdb.set_trace()
94+
import pdb; pdb.set_trace()
9795
# send_prefix_cache_test_requests(llmisvc=singlenode_precise_prefix_cache,token=authenticated_llmisvc_token,num_requests=3)
9896

9997
# Send N identical requests to test prefix cache

0 commit comments

Comments
 (0)