disable redis

This commit is contained in:
2025-04-14 23:40:15 +02:00
parent aca655952e
commit 37eaf7c8e5
5 changed files with 9 additions and 17 deletions
@@ -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"