Skip to content

Commit

Permalink
Skip password protected files in wvWare wrapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 28, 2024
1 parent c30a155 commit 961ccbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/src/wvWare_wrapper_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string> password;
Expand Down

0 comments on commit 961ccbb

Please sign in to comment.