@@ -43,7 +43,7 @@ type ConfigApplyChunkingTestSuite struct {
4343func (s * ConfigApplyTestSuite ) SetupSuite () {
4444 slog .Info ("starting config apply tests" )
4545 s .ctx = context .Background ()
46- s .teardownTest = utils .SetupConnectionTest (s .T (), true , false , false ,
46+ s .teardownTest = utils .SetupConnectionTest (s .T (), false , false , false ,
4747 "../../config/agent/nginx-config-with-grpc-client.conf" )
4848 s .nginxInstanceID = utils .VerifyConnection (s .T (), 2 , utils .MockManagementPlaneAPIAddress )
4949
@@ -301,7 +301,7 @@ func (s *ConfigApplyTestSuite) TestConfigApply_Test5_TestFileNotInAllowedDirecto
301301func (s * ConfigApplyChunkingTestSuite ) SetupSuite () {
302302 slog .Info ("starting config apply chunking tests" )
303303 s .ctx = context .Background ()
304- s .teardownTest = utils .SetupConnectionTest (s .T (), true , false , false ,
304+ s .teardownTest = utils .SetupConnectionTest (s .T (), false , false , false ,
305305 "../../config/agent/nginx-config-with-max-file-size.conf" )
306306 s .nginxInstanceID = utils .VerifyConnection (s .T (), 2 , utils .MockManagementPlaneAPIAddress )
307307 responses := utils .ManagementPlaneResponses (s .T (), 1 , utils .MockManagementPlaneAPIAddress )
0 commit comments