From dbeba87ca1617ce84c7c680e7abb7e6032b2f524 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 18 Oct 2024 12:45:39 -0400 Subject: [PATCH] ci: removes blanket suppression for github integration tests Signed-off-by: Vincent Biret --- it/config.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/it/config.json b/it/config.json index 49992beecf..b84859ae1b 100644 --- a/it/config.json +++ b/it/config.json @@ -20,10 +20,6 @@ "apisguru::github.com:api.github.com": { "MockServerITFolder": "gh", "Suppressions": [ - { - "Language": "all", - "Rationale": "https://github.com/microsoft/kiota/issues/4241" - }, { "Language": "ruby", "Rationale": "https://github.com/microsoft/kiota/issues/1816"