skip TestDealMining in short mode
This commit is contained in:
parent
8f603717a6
commit
2c772d6fda
@ -92,6 +92,10 @@ func TestAPIDealFlowReal(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestDealMining(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("skipping test in short mode")
|
||||
}
|
||||
|
||||
logging.SetLogLevel("miner", "ERROR")
|
||||
logging.SetLogLevel("chainstore", "ERROR")
|
||||
logging.SetLogLevel("chain", "ERROR")
|
||||
|
Loading…
Reference in New Issue
Block a user