We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efafcf0 commit 0d1baa8Copy full SHA for 0d1baa8
test/Makefile
@@ -152,7 +152,7 @@ test-1: stop all ## Runs group 1 e2e tests checking race conditions
152
153
# Target to add data loss testing logic
154
.PHONY: test-2
155
-test-2: run data-loss-1 data-loss-2 data-loss-3 data-loss-4 data-loss-5
+test-2: stop run data-loss-1 data-loss-2 data-loss-3 data-loss-4 data-loss-5
156
157
data-loss-1:
158
# Case 1
0 commit comments