Skip to content

Commit 2b21e3e

Browse files
committed
Updated testRedactUsPhone with bug comment
1 parent dda6744 commit 2b21e3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

marklogic-client-api/src/test/java/com/marklogic/client/test/PlanExpressionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ public void testRedactRegex() {
218218
assertNotNull(cTargetVal);
219219
assertEquals("the=g=text", cTargetVal);
220220
}
221+
222+
// Currently failing on 12-nightly due to server bug - https://progresssoftware.atlassian.net/browse/MLE-17611
221223
@Test
222224
public void testRedactUsPhone() {
223225
final String testStr = "123-456-7890";

0 commit comments

Comments
 (0)