File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
marklogic-client-api/src/test/java/com/marklogic/client/test/rows Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,16 @@ public void propertiesFragmentsShouldNotBeReturned() {
3434
3535 /**
3636 * Same as propertiesFragmentsShouldNotBeReturned, but uses fromLexicons so it can run against ML 10.
37+ *
38+ * 2022-12-12 This is now running only on ML 11, as it's consistently failing on ML 10. We have a fix slated for
39+ * 11.x, and it's not clear yet if it'll be backported to ML 10.
3740 */
3841 @ Test
3942 public void propertiesFragmentShouldNotBeReturnedByFromLexicons () {
43+ if (!Common .markLogicIsVersion11OrHigher ()) {
44+ return ;
45+ }
46+
4047 Map <String , CtsReferenceExpr > lexicons = new HashMap <>();
4148 lexicons .put ("uri" , op .cts .uriReference ());
4249
You can’t perform that action at this time.
0 commit comments