Commit 57c7a299 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'sh-fix-memory-killer-spec' into 'master'

Remove failing spec from memory_killer_spec.rb

Closes #32342

See merge request gitlab-org/gitlab!17270
parents a7d4ee21 4ae9c043
......@@ -75,12 +75,6 @@ describe Gitlab::SidekiqDaemon::MemoryKiller do
end
end
it 'invoke rss_within_range? twice' do
expect(memory_killer).to receive(:rss_within_range?).twice
subject
end
it 'not invoke restart_sidekiq when rss in range' do
expect(memory_killer).to receive(:rss_within_range?).twice.and_return(true)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment