Skip to content

Commit 93d981a

Browse files
committed
Remove unused test params.
1 parent 82c168d commit 93d981a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/robustness/makefile.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test-robustness-issue17780: /tmp/etcd-v3.5.13-compactBeforeSetFinishedCompact/bi
5151

5252
.PHONY: test-robustness-issue18089
5353
test-robustness-issue18089: /tmp/etcd-v3.5.15-failpoints/bin
54-
GO_TEST_FLAGS='-v --run=TestRobustnessRegression/Issue18089 -timeout 1h --count 100 --failfast --bin-dir=/tmp/etcd-v3.5.15-failpoints/bin' PERSIST_RESULTS=1 make test-robustness && \
54+
GO_TEST_FLAGS='-v --run=TestRobustnessRegression/Issue18089 --count 100 --failfast --bin-dir=/tmp/etcd-v3.5.15-failpoints/bin' make test-robustness && \
5555
echo "Failed to reproduce" || echo "Successful reproduction"
5656

5757
# Failpoints

0 commit comments

Comments
 (0)