Skip to content

Commit 0aa859b

Browse files
authored
Skip MultipleInterpreter test due to segmentation fault issue (#720)
1 parent 16004e0 commit 0aa859b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/CppInterOp/InterpreterTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ TEST(InterpreterTest, MultipleInterpreter) {
379379
#ifdef _WIN32
380380
GTEST_SKIP() << "Disabled on Windows. Needs fixing.";
381381
#endif
382+
GTEST_SKIP() << "Test does not consistently pass so skipping for now";
382383
// delete all old interpreters
383384
while (Cpp::DeleteInterpreter())
384385
;

0 commit comments

Comments
 (0)