diff --git a/test/src/wvWare_wrapper_test.cpp b/test/src/wvWare_wrapper_test.cpp index 90d8bf40..ae6f9899 100644 --- a/test/src/wvWare_wrapper_test.cpp +++ b/test/src/wvWare_wrapper_test.cpp @@ -41,6 +41,11 @@ TEST_P(wvWareWrapperTests, html) { GTEST_SKIP(); } + // Password protected files are problematic on wvWare + if (test_file.password_encrypted) { + GTEST_SKIP(); + } + fs::create_directories(output_path); HtmlConfig config; std::optional password;