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

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 97dd7bc2d skip test (#2966)
97dd7bc2d is described below

commit 97dd7bc2dccf548a992d6a49cfdd742575c2cea9
Author: Andy Grove <[email protected]>
AuthorDate: Tue Dec 23 09:40:56 2025 -0700

    skip test (#2966)
---
 .github/workflows/pr_build_macos.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/pr_build_macos.yml 
b/.github/workflows/pr_build_macos.yml
index 4c955346c..da06bff87 100644
--- a/.github/workflows/pr_build_macos.yml
+++ b/.github/workflows/pr_build_macos.yml
@@ -131,6 +131,15 @@ jobs:
           - name: "sql"
             value: |
               org.apache.spark.sql.CometToPrettyStringSuite
+
+        exclude:
+          # Skip fuzz suite for Spark 4.0
+          # https://github.com/apache/datafusion-comet/issues/2965
+          - profile:
+              name: "Spark 4.0, JDK 17, Scala 2.13"
+            suite:
+              name: "fuzz"
+
       fail-fast: false
     name: ${{ matrix.os }}/${{ matrix.profile.name }} [${{ matrix.suite.name 
}}]
     runs-on: ${{ matrix.os }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to