From bfb7b85d6221c64ec16eab2045db10a81b27b8d6 Mon Sep 17 00:00:00 2001 From: Jonathan Keane Date: Fri, 25 Feb 2022 17:08:35 -0600 Subject: [PATCH] skip some tests that complain about somethign unrelated --- r/tests/testthat/test-dplyr-funcs-datetime.R | 1 + 1 file changed, 1 insertion(+) diff --git a/r/tests/testthat/test-dplyr-funcs-datetime.R b/r/tests/testthat/test-dplyr-funcs-datetime.R index 2cc76d36f7a3a..f9a0e5155b3f7 100644 --- a/r/tests/testthat/test-dplyr-funcs-datetime.R +++ b/r/tests/testthat/test-dplyr-funcs-datetime.R @@ -15,6 +15,7 @@ # specific language governing permissions and limitations # under the License. +skip("For compiler testing only. DELETE ME") skip_if_not_available("dataset") library(lubridate, warn.conflicts = FALSE)