Skip to content

Commit 06995f2

Browse files
author
Glyn Normington
committed
Delete extraneous focus
[#58971702]
1 parent 9ac9e87 commit 06995f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/java_buildpack/jre/memory/weight_balancing_memory_heuristic_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ module JavaBuildpack::Jre
186186
end
187187
end
188188

189-
it 'should issue a warning when the specified maximum memory sizes imply the total memory size may be too large', :focus do
189+
it 'should issue a warning when the specified maximum memory sizes imply the total memory size may be too large' do
190190
with_memory_limit('4096m') do
191191
output = WeightBalancingMemoryHeuristic.new({ 'heap' => '800m', 'permgen' => '800m' }, TEST_WEIGHTINGS, PRE8_VALID_TYPES, PRE8_JAVA_OPTS).resolve
192192
expect(output).to include('-Xmx800M')

0 commit comments

Comments
 (0)