Skip to content

Commit

Permalink
Sigh…
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Sep 17, 2023
1 parent 38f4976 commit 6bf2acc
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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._

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6bf2acc

Please sign in to comment.