Skip to content

Commit

Permalink
Add @MongoDbAvailable to new test
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jul 24, 2023
1 parent 01b6ff6 commit a2356ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public void messageGroupStoreLazyLoadPerformance() {
}

@Test
@MongoDbAvailable
public void groupIsForceReleaseAfterTimeoutWhenGroupConditionIsSet() {
try (var context = new ClassPathXmlApplicationContext("mongo-aggregator-configurable-config.xml", getClass())) {
MessageChannel input = context.getBean("inputChannel", MessageChannel.class);
Expand Down

0 comments on commit a2356ec

Please sign in to comment.