From 5ff0d40fedf9c95ee83fc2d307fe2f9709bcce66 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 23 Apr 2018 20:47:48 +0930 Subject: [PATCH] travis: don't retry failing tests. Retrying gives spurious failures, since we see transactions from previous runs. That makes it near impossible to diagnose the actual problem. Signed-off-by: Rusty Russell --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 8a1892839..7363c56fb 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,6 @@ endif PYTEST := $(shell command -v pytest 2> /dev/null) PYTEST_OPTS := -v -x -ifeq ($(TRAVIS),true) -PYTEST_OPTS += --reruns=3 -endif # This is where we add new features as bitcoin adds them. FEATURES :=