mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
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 <rusty@rustcorp.com.au>
This commit is contained in:
parent
e2ba1d2290
commit
5ff0d40fed
1 changed files with 0 additions and 3 deletions
3
Makefile
3
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 :=
|
||||
|
|
Loading…
Add table
Reference in a new issue