Skip to content

Commit 6e22c34

Browse files
committed
disable policy configuration validation
1 parent 0871752 commit 6e22c34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gateway/src/apicast/policy_loader.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ end
4747
-- tests.
4848
local function policy_config_validation_is_enabled()
4949
return resty_env.enabled('APICAST_VALIDATE_POLICY_CONFIGS')
50-
or resty_env.value('TEST_NGINX_BINARY')
50+
-- or resty_env.value('TEST_NGINX_BINARY')
5151
end
5252

5353
local policy_config_validator = { validate_config = function() return true end }

0 commit comments

Comments
 (0)