Skip to content

Commit

Permalink
Merge pull request #52 from bupaverse/dev
Browse files Browse the repository at this point in the history
test dotted chart
  • Loading branch information
gertjanssenswillen authored Jul 25, 2022
2 parents f546040 + 46c355b commit 2bca460
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 2bca460

Please sign in to comment.