skip TestDealMining in short mode

This commit is contained in:
Łukasz Magiera 2021-02-05 13:18:41 +01:00
parent 8f603717a6
commit 2c772d6fda

View File

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