Skip to content

Commit

Permalink
Ignore flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Sep 2, 2023
1 parent 63a4ea8 commit 8a7ca88
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class SchedulerTest extends FunSuite {
s2.compile.last.map(a => assertEquals(a, Option(true))).unsafeRunSync()
}

test("timezones") {
test("timezones".ignore) {

val zoneId: ZoneId = ZoneOffset.ofTotalSeconds(1)
val scheduler = Scheduler.from(IO.pure(zoneId))

Expand Down

0 comments on commit 8a7ca88

Please sign in to comment.