From 243440e19e0999826f1aad093af1613adbbdbc41 Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Mon, 28 Aug 2023 20:07:21 +0100 Subject: [PATCH] drop test * see https://flywire-forum.slack.com/archives/C01M4LP2Y2D/p1693249370687179?thread_ts=1693246668.089219&cid=C01M4LP2Y2D --- tests/testthat/test-ids.R | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/testthat/test-ids.R b/tests/testthat/test-ids.R index 4e4dcb7..37ab84f 100644 --- a/tests/testthat/test-ids.R +++ b/tests/testthat/test-ids.R @@ -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) })