summaryrefslogtreecommitdiff
path: root/test/e2e-go/upgrades/rekey_support_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/upgrades/rekey_support_test.go')
-rw-r--r--test/e2e-go/upgrades/rekey_support_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e-go/upgrades/rekey_support_test.go b/test/e2e-go/upgrades/rekey_support_test.go
index 22975ef0e..e6a6a58ab 100644
--- a/test/e2e-go/upgrades/rekey_support_test.go
+++ b/test/e2e-go/upgrades/rekey_support_test.go
@@ -33,6 +33,7 @@ import (
// TestRekeyUpgrade tests that the rekey does not work before the upgrade and works well after
func TestRekeyUpgrade(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
a := require.New(fixtures.SynchronizedTest(t))