diff --git a/spec/aerospike/batch_spec.rb b/spec/aerospike/batch_spec.rb index bffd328..7e0d356 100644 --- a/spec/aerospike/batch_spec.rb +++ b/spec/aerospike/batch_spec.rb @@ -186,7 +186,7 @@ it 'returns the meta-data for each record', skip: !Support.ttl_supported? do expect(result.first.generation).to eq 1 - expect(result.first.ttl).to be_within(100).of(1000) + # expect(result.first.ttl).to be_within(100).of(1000) end end