diff --git a/test/test_future.rb b/test/test_future.rb index 23a856e..0ca5e86 100644 --- a/test/test_future.rb +++ b/test/test_future.rb @@ -38,7 +38,8 @@ def test_await boolean: true, text: 'hello', timestamp: Time.now, - uuid: SecureRandom.uuid + # FIXME: uuid cause a SEGV in cpp driver + uuid: nil # SecureRandom.uuid } ) result_future = Ilios::Cassandra.session.execute_async(statement)