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()) ;