Skip to content

Commit fa1fa49

Browse files
committed
Remove kill and pause nemeses from a standard set
1 parent f411d3b commit fa1fa49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tarantool/runner.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
(def special-nemeses
6767
"A map of special nemesis names to collections of faults."
6868
{:none []
69-
:standard [:pause :kill :partition :clock]
69+
:standard [:partition :clock]
7070
:all [:pause :kill :partition :clock]})
7171

7272
(defn parse-nemesis-spec

0 commit comments

Comments
 (0)