Skip to content

Commit a2356ec

Browse files
committed
Add @MongoDbAvailable to new test
1 parent 01b6ff6 commit a2356ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-integration-mongodb/src/test/java/org/springframework/integration/mongodb/store/ConfigurableMongoDbMessageGroupStoreTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public void messageGroupStoreLazyLoadPerformance() {
8282
}
8383

8484
@Test
85+
@MongoDbAvailable
8586
public void groupIsForceReleaseAfterTimeoutWhenGroupConditionIsSet() {
8687
try (var context = new ClassPathXmlApplicationContext("mongo-aggregator-configurable-config.xml", getClass())) {
8788
MessageChannel input = context.getBean("inputChannel", MessageChannel.class);

0 commit comments

Comments
 (0)