Skip to content

Commit 97dd7bc

Browse files
authored
skip test (apache#2966)
1 parent 237929d commit 97dd7bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pr_build_macos.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ jobs:
131131
- name: "sql"
132132
value: |
133133
org.apache.spark.sql.CometToPrettyStringSuite
134+
135+
exclude:
136+
# Skip fuzz suite for Spark 4.0
137+
# https://github.com/apache/datafusion-comet/issues/2965
138+
- profile:
139+
name: "Spark 4.0, JDK 17, Scala 2.13"
140+
suite:
141+
name: "fuzz"
142+
134143
fail-fast: false
135144
name: ${{ matrix.os }}/${{ matrix.profile.name }} [${{ matrix.suite.name }}]
136145
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)