diff --git a/tests/integration/dependenciesv2_test.go b/tests/integration/dependenciesv2_test.go index 328dcb4e8a..a029ced307 100644 --- a/tests/integration/dependenciesv2_test.go +++ b/tests/integration/dependenciesv2_test.go @@ -20,6 +20,7 @@ func TestSharedDependencies(t *testing.T) { t.Parallel() p := porter.NewTestPorter(t) + defer p.Close() ctx := p.SetupIntegrationTest() p.Config.SetExperimentalFlags(experimental.FlagDependenciesV2)