DATAMONGO-2149 - Polishing.
Add ticket reference to follow-up ticket regarding array matching on partial DBRef expressions. Related ticket: DATAMONGO-2154 Original pull request: #623.
This commit is contained in:
@@ -1263,7 +1263,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
|
||||
assertThat(target.getShippingAddresses()).hasSize(1);
|
||||
}
|
||||
|
||||
@Test // DATAMONGO-2149
|
||||
@Test // DATAMONGO-2149, DATAMONGO-2154
|
||||
@Ignore("This one fails due to Json parse exception within MongoDB")
|
||||
public void annotatedQueryShouldAllowPositionalParameterInFieldsProjectionWithDbRef() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user