Add short tests

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2019-12-09 17:49:30 +01:00
parent 0b4db5530c
commit 1a2401a816
3 changed files with 19 additions and 3 deletions
+3
View File
@@ -292,5 +292,8 @@ func TestAPIRPC(t *testing.T) {
}
func TestAPIDealFlow(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode")
}
test.TestDealFlow(t, builder)
}