This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new a942ed6488 GH-49578: [CI][R] gcc sanitizer failure (#49581)
a942ed6488 is described below

commit a942ed64883cbc9af2cbbd240853cf347d84972a
Author: Jonathan Keane <[email protected]>
AuthorDate: Tue Mar 24 05:13:04 2026 -0700

    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 <[email protected]>
    Signed-off-by: Nic Crane <[email protected]>
---
 r/tests/testthat/test-dplyr-mutate.R | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/r/tests/testthat/test-dplyr-mutate.R 
b/r/tests/testthat/test-dplyr-mutate.R
index e9a52c60e8..3e116a1012 100644
--- a/r/tests/testthat/test-dplyr-mutate.R
+++ b/r/tests/testthat/test-dplyr-mutate.R
@@ -152,6 +152,9 @@ test_that("transmute() with unsupported arguments", {
 })
 
 test_that("transmute() defuses dots arguments (ARROW-13262)", {
+  # There is a sanitizer issue when stringi compiles with bundled ICU
+  # see https://github.com/gagolews/stringi/issues/525
+  skip_on_linux_devel()
   expect_snapshot(
     tbl |>
       Table$create() |>

Reply via email to