Skip to content

Commit dcc6591

Browse files
test: Improve xpath test
1 parent b36fff7 commit dcc6591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/com/tlcsdm/core/util/CSCcrlParseTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ static void init() {
117117
}
118118

119119
@Test
120+
@DisabledIfSystemProperty(named = "workEnv", matches = "ci")
120121
void parseXpath() {
121122
// 构造 XPath 查询语句(用 | 分隔)
122123
String xpathExpr = Arrays.stream(tagNames)

0 commit comments

Comments
 (0)