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:
Mark Paluch
2018-11-30 14:42:19 +01:00
parent 752544aa64
commit 607730b2fe

View File

@@ -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() {