Added TODOs update versions.

This commit is contained in:
Corneil du Plessis
2023-01-06 16:49:14 +02:00
parent 5d365f9480
commit 189341b8f4
13 changed files with 41 additions and 63 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