summaryrefslogtreecommitdiff
path: root/test/e2e-go/features/transactions/sendReceive_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/features/transactions/sendReceive_test.go')
-rw-r--r--test/e2e-go/features/transactions/sendReceive_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e-go/features/transactions/sendReceive_test.go b/test/e2e-go/features/transactions/sendReceive_test.go
index 0c0ac5cf6..fadf5b620 100644
--- a/test/e2e-go/features/transactions/sendReceive_test.go
+++ b/test/e2e-go/features/transactions/sendReceive_test.go
@@ -43,6 +43,7 @@ func GenerateRandomBytes(n int) []byte {
// as they send each other money many times
func TestAccountsCanSendMoney(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
numberOfSends := 25
if testing.Short() {
@@ -54,6 +55,8 @@ func TestAccountsCanSendMoney(t *testing.T) {
// this test checks that two accounts' balances stay up to date
// as they send each other money many times
func TestDevModeAccountsCanSendMoney(t *testing.T) {
+ defer fixtures.ShutdownSynchronizedTest(t)
+
numberOfSends := 25
if testing.Short() {
numberOfSends = 3