diff --git a/test/realizations/Formulation_Manager_Test.cpp b/test/realizations/Formulation_Manager_Test.cpp index c8da6a54d0..b9a0ce041d 100644 --- a/test/realizations/Formulation_Manager_Test.cpp +++ b/test/realizations/Formulation_Manager_Test.cpp @@ -902,9 +902,6 @@ TEST_F(Formulation_Manager_Test, forcing_provider_specification) { } TEST_F(Formulation_Manager_Test, read_external_attributes) { - if (test_bmi_cpp_lib == "") - GTEST_SKIP() << "Skipping external attributes test, can't find libtestbmicppmodel.so"; - std::stringstream stream_a; stream_a << fix_paths(EXAMPLE_5_a);