Added TODOs update versions.

This commit is contained in:
Corneil du Plessis
2023-01-06 16:49:14 +02:00
parent 78c2859e26
commit 50bc4d3ad8
9 changed files with 18 additions and 47 deletions

View File

@@ -36,7 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Artem Bilan
*/
@TestPropertySource(properties = "aggregator.message-store-type=redis")
@Disabled("Needs real Redis Server to be run")
@Disabled("Needs real Redis Server to be run") // TODO add redis test container
public class RedisMessageStoreAggregatorTests extends AbstractAggregatorFunctionTests {
@Test