Skip to content

Commit

Permalink
test requires HeavyDB with literal array support
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed Aug 2, 2023
1 parent e3919df commit a2d0ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rbc/tests/heavydb/test_caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ def incr_ol(x, dx): # noqa: F811

def test_remote_call_bool(heavydb):
# RBC issue 575
if heavydb.version[:2] < (7, 0):
pytest.skip('Test requires HeavyDB 7.0 or newer')

@heavydb('bool(bool)')
def inverse_bool(b):
Expand Down

0 comments on commit a2d0ff2

Please sign in to comment.