Skip to content

Commit f8f62f1

Browse files
fix rebase (enable MultipleInterpreter test)
1 parent 42ea21a commit f8f62f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unittests/CppInterOp/InterpreterTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ 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";
383382
// delete all old interpreters
384383
while (Cpp::DeleteInterpreter())
385384
;

0 commit comments

Comments
 (0)