diff --git a/tests/jvm/src/test/scala/cats/effect/unsafe/WorkerThreadNameSpec.scala b/tests/jvm/src/test/scala/cats/effect/unsafe/WorkerThreadNameSpec.scala index b9d3ece97d..b2be8ec719 100644 --- a/tests/jvm/src/test/scala/cats/effect/unsafe/WorkerThreadNameSpec.scala +++ b/tests/jvm/src/test/scala/cats/effect/unsafe/WorkerThreadNameSpec.scala @@ -16,9 +16,8 @@ package cats.effect.unsafe -import cats.effect.{BaseSpec/*, IO*/} +import cats.effect.{BaseSpec /*, IO*/} import cats.effect.testkit.TestInstances -// import cats.syntax.all._ import scala.concurrent.duration._ @@ -55,7 +54,9 @@ class WorkerThreadNameSpec extends BaseSpec with TestInstances { } "WorkerThread" should { - "rename itself when entering and exiting blocking region" in skipped("this test is quite flaky in CI") /*real { + "rename itself when entering and exiting blocking region" in skipped( + "this test is quite flaky in CI" + ) /*real { for { _ <- IO.cede computeThread <- threadInfo