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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8e13c2d  MINOR: [R] [CI] Disable the DuckDB dev tests that are failing
8e13c2d is described below

commit 8e13c2ddcf589fb03bc239098f8ade329c283b50
Author: Jonathan Keane <[email protected]>
AuthorDate: Fri Mar 18 10:38:43 2022 -0500

    MINOR: [R] [CI] Disable the DuckDB dev tests that are failing
    
    This is being tracked at https://github.com/duckdb/duckdb/issues/3258 and 
we have a follow up to re-enable: 
https://issues.apache.org/jira/browse/ARROW-15970
    
    Closes #12666 from jonkeane/disable-dev-duckdb
    
    Authored-by: Jonathan Keane <[email protected]>
    Signed-off-by: Jonathan Keane <[email protected]>
---
 dev/tasks/tasks.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 0992aa1..2fd5de6 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -148,6 +148,8 @@ groups:
     - example-*
     - wheel-*
     - python-sdist
+    # ARROW-15970 and duckdb/duckdb#3258
+    - ~test-r-dev-duckdb
 
 tasks:
   # arbitrary_task_name:

Reply via email to