Skip to content

Commit

Permalink
SNOW-1180341 Temporarily disable Geometry Test for Incoming Behavior …
Browse files Browse the repository at this point in the history
…Change (#92)

disable geometry test
  • Loading branch information
sfc-gh-bli authored Mar 26, 2024
1 parent 6a2f6d2 commit f1c3f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class ResultSchemaSuite extends TestData {
val tsSchema = session.table(fullTypesTable2).schema
(0 until columnCount)
// todo: remove this line after JDBC is released
.filter(_ != 31) // temporarily skip object for incoming behavior change
.filter(x => x != 31 && x != 32) // temporarily skip object for incoming behavior change
.foreach(index => {
assert(resultMeta.getColumnType(index + 1) == typeMap(index).jdbcType)
assert(
Expand Down

0 comments on commit f1c3f49

Please sign in to comment.