Skip to content

Commit

Permalink
Remove the test with specific ttl value
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Oct 11, 2024
1 parent 80f6f06 commit 795f950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/aerospike/batch_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 795f950

Please sign in to comment.