We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda6744 commit 2b21e3eCopy full SHA for 2b21e3e
marklogic-client-api/src/test/java/com/marklogic/client/test/PlanExpressionTest.java
@@ -218,6 +218,8 @@ public void testRedactRegex() {
218
assertNotNull(cTargetVal);
219
assertEquals("the=g=text", cTargetVal);
220
}
221
+
222
+ // Currently failing on 12-nightly due to server bug - https://progresssoftware.atlassian.net/browse/MLE-17611
223
@Test
224
public void testRedactUsPhone() {
225
final String testStr = "123-456-7890";
0 commit comments