From 74b88738093a82b94da92fd7ed873b744944c5cd Mon Sep 17 00:00:00 2001 From: Julien Lebosquain Date: Wed, 20 Nov 2024 16:10:43 +0100 Subject: [PATCH] Disable TemplateParameterPackTest for now --- tests/ClangSharp.UnitTests/CursorTests/DeclTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ClangSharp.UnitTests/CursorTests/DeclTest.cs b/tests/ClangSharp.UnitTests/CursorTests/DeclTest.cs index a8a49d9a..e216b73b 100644 --- a/tests/ClangSharp.UnitTests/CursorTests/DeclTest.cs +++ b/tests/ClangSharp.UnitTests/CursorTests/DeclTest.cs @@ -76,6 +76,7 @@ class MyClass } [Test] + [Ignore("TODO: LibClangSharp needs to be recompiled first")] public void TemplateParameterPackTest() { var inputContents = $@"template