diff --git a/it/config.json b/it/config.json index b84859ae1b..1e7120f803 100644 --- a/it/config.json +++ b/it/config.json @@ -20,9 +20,21 @@ "apisguru::github.com:api.github.com": { "MockServerITFolder": "gh", "Suppressions": [ + { + "Language": "typescript", + "Rationale": "https://github.com/microsoft/kiota/issues/5634" + }, + { + "Language": "php", + "Rationale": "https://github.com/microsoft/kiota/issues/5635" + }, { "Language": "ruby", "Rationale": "https://github.com/microsoft/kiota/issues/1816" + }, + { + "Language": "python", + "Rationale": "https://github.com/microsoft/kiota/issues/5636" } ], "ExcludePatterns": [ @@ -230,6 +242,10 @@ { "Language": "ruby", "Rationale": "https://github.com/microsoft/kiota/issues/2484" + }, + { + "Language": "python", + "Rationale": "https://github.com/microsoft/kiota/issues/5637" } ] },