Skip to content

Commit 4fc3621

Browse files
committed
add tunnels close
1 parent cc25577 commit 4fc3621

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/scaffold/api7_deployer.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ func (s *API7Deployer) DeployDataplane(deployOpts DeployDataplaneOptions) {
157157
deployOpts.SkipCreateTunnels = true
158158
}
159159

160+
if s.apisixTunnels != nil {
161+
s.apisixTunnels.Close()
162+
}
163+
160164
svc := s.DeployGateway(&opts)
161165
s.dataplaneService = svc
162166

0 commit comments

Comments
 (0)