From 7746f3e5114e9517c6e1bb8d244d67a2b183573b Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Tue, 2 Apr 2024 19:24:59 +0100 Subject: [PATCH] exclude typescript for now --- it/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/it/config.json b/it/config.json index 1981d524ab..2fec4e43a3 100644 --- a/it/config.json +++ b/it/config.json @@ -59,6 +59,10 @@ { "Language": "ruby", "Rationale": "https://github.com/microsoft/kiota/issues/2484" + }, + { + "Language": "typescript", + "Rationale": "https://github.com/microsoft/kiota/issues/4434" } ] },