Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Nov 3, 2023
1 parent a337b66 commit 7e17e15
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2015,5 +2015,8 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("SELECT structFieldComplex.Value.`value_(2)` FROM tableWithSchema")
enableSuite[SparkFunctionStatistics]
enableSuite[GlutenImplicitsTest]
.exclude("fallbackSummary with shuffle")
.exclude("fallbackSummary with cache")
.exclude("fallbackSummary with cached data and shuffle")
}
// scalastyle:on line.size.limit

0 comments on commit 7e17e15

Please sign in to comment.