Skip to content

Commit

Permalink
test dotted chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanssenswillen committed Jul 25, 2022
1 parent 6e266ee commit 46c355b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test_dotted_chart.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ test_that("test timeSinceStartOfDay UTC", {
})

test_that("test timeSinceStartOfDay CET", {
skip("depends on timezone")

t1 <- as.POSIXct("2022-01-18 18:36:52 +0100", format = "%F %T %z")
t2 <- as.POSIXct("2022-01-18 18:36:52", format = "%F %T", tz = "CET")

Expand Down

0 comments on commit 46c355b

Please sign in to comment.