summaryrefslogtreecommitdiff
path: root/test/e2e-go/features/transactions/group_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/features/transactions/group_test.go')
-rw-r--r--test/e2e-go/features/transactions/group_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e-go/features/transactions/group_test.go b/test/e2e-go/features/transactions/group_test.go
index 47f30ffc0..f17e25d37 100644
--- a/test/e2e-go/features/transactions/group_test.go
+++ b/test/e2e-go/features/transactions/group_test.go
@@ -32,6 +32,7 @@ import (
func TestGroupTransactions(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -104,6 +105,7 @@ func TestGroupTransactions(t *testing.T) {
func TestGroupTransactionsDifferentSizes(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -212,6 +214,7 @@ func TestGroupTransactionsDifferentSizes(t *testing.T) {
func TestGroupTransactionsSubmission(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))