diff --git a/integrationTest/providers.json b/integrationTest/providers.json index d55008b0d..cc5d70c37 100644 --- a/integrationTest/providers.json +++ b/integrationTest/providers.json @@ -13,14 +13,14 @@ "apikey": "$CF_KEY" }, "DNSIMPLE": { - //16/17: no ns records managable. Not even for subdomains. + "COMMENT": "16/17: no ns records managable. Not even for subdomains.", "knownFailures": "17,18", "domain": "$DNSIMPLE_DOMAIN", "token": "$DNSIMPLE_TOKEN", "baseurl": "https://api.sandbox.dnsimple.com" }, "GANDI": { - //5: gandi does not accept ttls less than 300 + "COMMENT": "5: gandi does not accept ttls less than 300", "knownFailures": "5", "domain": "$GANDI_DOMAIN", "apikey": "$GANDI_KEY" @@ -36,4 +36,4 @@ "KeyId": "$R53_KEY_ID", "SecretKey": "$R53_KEY" } -} \ No newline at end of file +}