Skip to content

Commit

Permalink
Try ignoring pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd committed Nov 1, 2023
1 parent b155323 commit ef9536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/redis-it/src/test/scala/zio/redis/PubSubSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ trait PubSubSpec extends BaseSpec {
)
}
)
) @@ TestAspect.flaky
) @@ TestAspect.ignore

private def generateRandomString(prefix: String = "") =
ZIO.succeed(Random.alphanumeric.take(15).mkString).map(prefix + _.substring((prefix.length - 1) max 0))
Expand Down

0 comments on commit ef9536e

Please sign in to comment.