disable redis
This commit is contained in:
@@ -60,5 +60,4 @@ fun UnifiedJedis.cleanProjections() {
|
||||
|
||||
fun Koin.cleanDataTest() {
|
||||
get<DataSource>().cleanEventSource()
|
||||
get<UnifiedJedis>().cleanProjections()
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -51,7 +51,6 @@ class ProjectionSnapshotRepositoryTest :
|
||||
val projectionRepo =
|
||||
listOf(
|
||||
::getSnapshotRepoInMemoryTest,
|
||||
::getSnapshotRepoInRedisTest,
|
||||
)
|
||||
|
||||
val list =
|
||||
|
||||
Reference in New Issue
Block a user