summaryrefslogtreecommitdiff
path: root/test/e2e-go/features/participation/participationRewards_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/features/participation/participationRewards_test.go')
-rw-r--r--test/e2e-go/features/participation/participationRewards_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/e2e-go/features/participation/participationRewards_test.go b/test/e2e-go/features/participation/participationRewards_test.go
index 6faa5c7b3..b41b29397 100644
--- a/test/e2e-go/features/participation/participationRewards_test.go
+++ b/test/e2e-go/features/participation/participationRewards_test.go
@@ -78,6 +78,7 @@ func spendToNonParticipating(t *testing.T, fixture *fixtures.RestClientFixture,
func TestOnlineOfflineRewards(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
r := require.New(fixtures.SynchronizedTest(t))
@@ -136,6 +137,7 @@ func TestOnlineOfflineRewards(t *testing.T) {
func TestPartkeyOnlyRewards(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
if runtime.GOOS == "darwin" {
t.Skip()
@@ -187,6 +189,7 @@ func TestPartkeyOnlyRewards(t *testing.T) {
func TestRewardUnitThreshold(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
r := require.New(fixtures.SynchronizedTest(t))
@@ -308,6 +311,7 @@ var defaultPoolAddr = basics.Address{0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0
func TestRewardRateRecalculation(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
r := require.New(fixtures.SynchronizedTest(t))