From 7dacd03e460f0886f6f2286ef91adc5323027cc4 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 18 Oct 2024 13:40:08 -0400 Subject: [PATCH] ci: adds missing suppressions for failing integration tests Signed-off-by: Vincent Biret --- it/config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ] },