Skip to content

Commit

Permalink
fixup! Add painfully slow to create hash at max capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Jan 16, 2025
1 parent 03716a2 commit 490d621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/hash_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ describe "Hash" do
hash.@indices_size_pow2.should eq(12)
end

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

Expand Down

0 comments on commit 490d621

Please sign in to comment.