From bb743d9c0436a68b4dc23ba8b6e54b5afb58ca06 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Tue, 23 Sep 2025 14:40:12 +0100 Subject: [PATCH] Skip MultipleInterpreter test due to segmentation fault issue --- unittests/CppInterOp/InterpreterTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/unittests/CppInterOp/InterpreterTest.cpp b/unittests/CppInterOp/InterpreterTest.cpp index 440a1b89c..5800fe64e 100644 --- a/unittests/CppInterOp/InterpreterTest.cpp +++ b/unittests/CppInterOp/InterpreterTest.cpp @@ -379,6 +379,7 @@ TEST(InterpreterTest, MultipleInterpreter) { #ifdef _WIN32 GTEST_SKIP() << "Disabled on Windows. Needs fixing."; #endif + GTEST_SKIP() << "Test does not consistently pass so skipping for now"; // delete all old interpreters while (Cpp::DeleteInterpreter()) ;