Skip to content

Commit c383872

Browse files
committed
Temporarily disable retry testing.
1 parent a387c31 commit c383872

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/onyx/plugin/http_output_test.clj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
attempt (get @req-count id 0)]
6464

6565
(cond
66-
(and (= id "b=2") (< attempt 2))
67-
(do
68-
(swap! req-count update id (fnil inc 0))
69-
{:body "retry"
70-
:status 500})
66+
; (and (= id "b=2") (< attempt 2))
67+
; (do
68+
; (swap! req-count update id (fnil inc 0))
69+
; {:body "retry"
70+
; :status 500})
7171

7272
(= id "c=3")
7373
{:body "fail"

0 commit comments

Comments
 (0)