Skip to content

Commit a942ed6

Browse files
authored
GH-49578: [CI][R] gcc sanitizer failure (#49581)
### Rationale for this change Resolve the crossbow failure, I've already created an issue upstream ### What changes are included in this PR? Skipping a test under sanitization ### Are these changes tested? They are the tests ### Are there any user-facing changes? No * GitHub Issue: #49578 Authored-by: Jonathan Keane <jkeane@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
1 parent ee7e210 commit a942ed6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

r/tests/testthat/test-dplyr-mutate.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ test_that("transmute() with unsupported arguments", {
152152
})
153153

154154
test_that("transmute() defuses dots arguments (ARROW-13262)", {
155+
# There is a sanitizer issue when stringi compiles with bundled ICU
156+
# see https://github.com/gagolews/stringi/issues/525
157+
skip_on_linux_devel()
155158
expect_snapshot(
156159
tbl |>
157160
Table$create() |>

0 commit comments

Comments
 (0)