We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d050f5 commit 368c644Copy full SHA for 368c644
spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/aggregation/AggregationTests.java
@@ -1520,6 +1520,7 @@ void shouldLookupPeopleCorectly() {
1520
}
1521
1522
@Test // GH-3322
1523
+ @EnableIfMongoServerVersion(isGreaterThanEqual = "5.0")
1524
void shouldLookupPeopleCorrectlyWithPipeline() {
1525
createUsersWithReferencedPersons();
1526
@@ -1538,6 +1539,7 @@ void shouldLookupPeopleCorrectlyWithPipeline() {
1538
1539
1540
1541
1542
1543
void shouldLookupPeopleCorrectlyWithPipelineAndLet() {
1544
1545
0 commit comments