diff --git a/unittests/CppInterOp/FunctionReflectionTest.cpp b/unittests/CppInterOp/FunctionReflectionTest.cpp index f568a054b..caf0d3391 100644 --- a/unittests/CppInterOp/FunctionReflectionTest.cpp +++ b/unittests/CppInterOp/FunctionReflectionTest.cpp @@ -2726,9 +2726,6 @@ TEST(FunctionReflectionTest, UndoTest) { TEST(FunctionReflectionTest, FailingTest1) { #ifdef _WIN32 GTEST_SKIP() << "Disabled on Windows. Needs fixing."; -#endif -#ifdef EMSCRIPTEN_SHARED_LIBRARY - GTEST_SKIP() << "Test fails for Emscipten shared library builds"; #endif Cpp::CreateInterpreter(); EXPECT_FALSE(Cpp::Declare(R"(