summaryrefslogtreecommitdiff
path: root/test/e2e-go/features/transactions/asset_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/features/transactions/asset_test.go')
-rw-r--r--test/e2e-go/features/transactions/asset_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/e2e-go/features/transactions/asset_test.go b/test/e2e-go/features/transactions/asset_test.go
index ca09258f5..03cf40744 100644
--- a/test/e2e-go/features/transactions/asset_test.go
+++ b/test/e2e-go/features/transactions/asset_test.go
@@ -55,6 +55,7 @@ func helperFillSignBroadcast(client libgoal.Client, wh []byte, sender string, tx
func TestAssetValidRounds(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -188,6 +189,7 @@ func TestAssetValidRounds(t *testing.T) {
func TestAssetConfig(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
if testing.Short() {
t.Skip()
@@ -425,6 +427,7 @@ func TestAssetConfig(t *testing.T) {
func TestAssetInformation(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -519,6 +522,7 @@ func TestAssetInformation(t *testing.T) {
func TestAssetGroupCreateSendDestroy(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -662,6 +666,7 @@ func TestAssetGroupCreateSendDestroy(t *testing.T) {
func TestAssetSend(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -911,6 +916,7 @@ func TestAssetSend(t *testing.T) {
func TestAssetCreateWaitRestartDelete(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
a, fixture, client, account0 := setupTestAndNetwork(t, "", nil)
defer fixture.Shutdown()
@@ -974,6 +980,7 @@ func TestAssetCreateWaitRestartDelete(t *testing.T) {
func TestAssetCreateWaitBalLookbackDelete(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
if testing.Short() {
t.Skip()