Skip to content

Commit

Permalink
Run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd committed Nov 1, 2023
1 parent e5732af commit 69c0d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/redis-it/src/test/scala/zio/redis/ApiSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object ApiSpec
masterNodeConfig,
ZLayer.succeed(ProtobufCodecSupplier)
).filterNotTags(_.contains(BaseSpec.ClusterExecutorUnsupported))
.getOrElse(Spec.empty) @@ ignore
.getOrElse(Spec.empty) @@ ifEnvNotSet("CI")

private final val SingleNodeSuite =
suite("Single node executor")(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object ClusterExecutorSpec extends BaseSpec {
compose(service(BaseSpec.MasterNode, ".*Cluster correctly created.*")),
masterNodeConfig,
ZLayer.succeed(ProtobufCodecSupplier)
) @@ TestAspect.flaky
) @@ TestAspect.ifEnvNotSet("CI")

private def redisNodeLayer(uri: RedisUri): Layer[Any, Redis] =
ZLayer.make[Redis](
Expand Down

0 comments on commit 69c0d9f

Please sign in to comment.