diff --git a/Makefile b/Makefile index 68998b40cc..666126b7de 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ ios: @echo "Import \"$(GOBIN)/Geth.framework\" to use the library." test: - $(GOTEST) --timeout 5m -shuffle=on -cover -short -coverprofile=cover.out -covermode=atomic $(TESTALL) + $(GOTEST) --timeout 5m -cover -short -coverprofile=cover.out -covermode=atomic $(TESTALL) test-txpool-race: $(GOTEST) -run=TestPoolMiningDataRaces --timeout 600m -race -v ./core/