Skip to content

Commit

Permalink
test(risingwave): add notimpl markers for new hexdigest tests (#8140)
Browse files Browse the repository at this point in the history
Fix the failing tests on main
  • Loading branch information
gforsyth authored Jan 29, 2024
1 parent 5968af8 commit 3c2c29c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibis/backends/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,7 @@ def test_hash_consistent(backend, alltypes):
"polars",
"postgres",
"pyspark",
"risingwave",
"sqlite",
]
)
Expand Down Expand Up @@ -1326,6 +1327,7 @@ def hash_256(col):
"pandas",
"polars",
"postgres",
"risingwave",
"snowflake",
"trino",
]
Expand Down

0 comments on commit 3c2c29c

Please sign in to comment.