Skip to content

Commit

Permalink
drop test
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 28, 2023
1 parent 1a9f371 commit 243440e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/testthat/test-ids.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ test_that("fanc_cellid_from_segid", {
rid=fanc_latestid("648518346486614449")
expect_equal(fanc_cellid_from_segid(rid),12967L)

expect_equal(
fanc_cellid_from_segid("648518346486614449", "2023-07-29 06:04:28 UTC"),
12967L)
# skip this test because we can't be sure it will work
# expect_equal(
# fanc_cellid_from_segid("648518346486614449", "2023-07-29 06:04:28 UTC"),
# 12967L)
})

0 comments on commit 243440e

Please sign in to comment.