disable redis

This commit is contained in:
2025-04-05 02:08:55 +02:00
parent aca655952e
commit 37eaf7c8e5
5 changed files with 9 additions and 17 deletions

View File

@@ -60,5 +60,4 @@ fun UnifiedJedis.cleanProjections() {
fun Koin.cleanDataTest() {
get<DataSource>().cleanEventSource()
get<UnifiedJedis>().cleanProjections()
}

View File

@@ -11,7 +11,7 @@ class RedisTest :
FunSpec({
tags(NamedTag("redis"))
test("test connection with jedis") {
xtest("test connection with jedis") {
JedisPooled(redisUrl).also {
it.set("test", "test")
it.get("test") shouldBeEqual "test"

View File

@@ -51,7 +51,6 @@ class ProjectionSnapshotRepositoryTest :
val projectionRepo =
listOf(
::getSnapshotRepoInMemoryTest,
::getSnapshotRepoInRedisTest,
)
val list =