summaryrefslogtreecommitdiff
path: root/test/e2e-go/features/catchup/basicCatchup_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/features/catchup/basicCatchup_test.go')
-rw-r--r--test/e2e-go/features/catchup/basicCatchup_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e-go/features/catchup/basicCatchup_test.go b/test/e2e-go/features/catchup/basicCatchup_test.go
index ebb8870e2..ab77ec7b8 100644
--- a/test/e2e-go/features/catchup/basicCatchup_test.go
+++ b/test/e2e-go/features/catchup/basicCatchup_test.go
@@ -33,6 +33,7 @@ import (
func TestBasicCatchup(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
if testing.Short() {
t.Skip()
@@ -80,6 +81,7 @@ func TestBasicCatchup(t *testing.T) {
// The current versions are the original v1 and the upgraded to v2.1
func TestCatchupOverGossip(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
@@ -201,6 +203,7 @@ const consensusTestUnupgradedToProtocol = protocol.ConsensusVersion("test-unupgr
func TestStoppedCatchupOnUnsupported(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
if testing.Short() {
t.Skip()