test: dont run cloud test on push to master

This commit is contained in:
Ethan Buchman
2016-08-06 23:30:46 -04:00
parent 628528da5a
commit 3ac9ff0dcc
3 changed files with 20 additions and 41 deletions

View File

@ -80,6 +80,8 @@ func (s *State) execBlockOnProxyApp(eventCache events.Fireable, proxyAppConn pro
}
proxyAppConn.SetResponseCallback(proxyCb)
// TODO: BeginBlock
// Run txs of block
for _, tx := range block.Txs {
proxyAppConn.AppendTxAsync(tx)