Skip to content

Commit

Permalink
add clusterExecutorUnsupported aspect to COPY test
Browse files Browse the repository at this point in the history
  • Loading branch information
mberndt123 committed Oct 20, 2023
1 parent 6515da9 commit d8e58ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/redis-it/src/test/scala/zio/redis/KeysSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ trait KeysSpec extends BaseSpec {
_ <- redis.redisCopy(sourceKey, destinationKey)
destinationValue <- redis.get(destinationKey).returning[String]
} yield assertTrue(destinationValue.contains(sourceValue))
},
} @@ clusterExecutorUnsupported,
test("delete existing key") {
for {
redis <- ZIO.service[Redis]
Expand Down

0 comments on commit d8e58ef

Please sign in to comment.