Skip to content

Commit b63dcda

Browse files
committed
skip oldms for now
1 parent 92f8c52 commit b63dcda

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/src/html_output_test.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ TEST_P(HtmlOutputTests, html_meta) {
132132
GTEST_SKIP();
133133
}
134134

135+
// TODO oldms
136+
if (test_file.type == FileType::legacy_word_document &&
137+
engine == DecoderEngine::odr) {
138+
GTEST_SKIP();
139+
}
140+
135141
EXPECT_EQ(test_file.password.has_value(), file.password_encrypted());
136142

137143
if (test_file.password.has_value()) {

0 commit comments

Comments
 (0)