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:
Sean Braithwaite
2020-02-27 11:25:21 +01:00
committed by GitHub
parent b9535a2cfc
commit c45baa0402

View File

@@ -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")