From c45baa04027b555196031420574342a54888eed1 Mon Sep 17 00:00:00 2001 From: Sean Braithwaite Date: Thu, 27 Feb 2020 11:25:21 +0100 Subject: [PATCH] blockchain (v2): async testing notes (#4484) Add some inline notes for context of why test are commented out and not deleted. Ref. #4482 --- blockchain/v2/reactor_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blockchain/v2/reactor_test.go b/blockchain/v2/reactor_test.go index 3a5ef5a89..c187f954b 100644 --- a/blockchain/v2/reactor_test.go +++ b/blockchain/v2/reactor_test.go @@ -165,6 +165,8 @@ func newTestReactor(p testReactorParams) *BlockchainReactor { return r } +// This test is left here and not deleted to retain the termination cases for +// future improvement in [#4482](https://github.com/tendermint/tendermint/issues/4482). // func TestReactorTerminationScenarios(t *testing.T) { // config := cfg.ResetTestRoot("blockchain_reactor_v2_test")