mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
blockchain (v2): async testing notes (#4484)
Add some inline notes for context of why test are commented out and not deleted. Ref. #4482
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user