diff --git a/tests/inventory.j2 b/tests/inventory.j2 index 04d4801..b0dee94 100644 --- a/tests/inventory.j2 +++ b/tests/inventory.j2 @@ -20,7 +20,3 @@ threescale_cicd_sso_issuer_endpoint=https://{{ test_environment.sso.client_id }} {% if 'wildcard_domain' in test_environment.threescale %} threescale_cicd_wildcard_domain={{ test_environment.threescale.wildcard_domain }} {% endif %} -{% if test_environment.threescale.admin_portal is not match(".*[.]3scale[.]net") %} -# Disable throttling when running on-premises -threescale_cicd_throttling=0 -{% endif %}