Skip to content

Commit

Permalink
Remove spec
Browse files Browse the repository at this point in the history
It does allocate too much memory, which breaks on CI, is definitely too large on 32-bit targets, and is far too slow overall, even on fast hardware.
  • Loading branch information
ysbaddaden authored Jan 16, 2025
1 parent 490d621 commit 89895e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/std/hash_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -1393,10 +1393,6 @@ describe "Hash" do
hash.@indices_size_pow2.should eq(12)
end

it "creates with max capacity", tags: %w[slow] do
Hash(Int32, Int32).new(initial_capacity: Int32::MAX)
end

describe "#rehash" do
it "rehashes" do
a = [1]
Expand Down

0 comments on commit 89895e3

Please sign in to comment.