Skip to content

Clear memoized manifest to solve intermittent spec errors

Stan Hu requested to merge sh-webpack-clear-memoization into master

spec/lib/gitlab/webpack/manifest_spec.rb appears to be failing intermittently due to a memoized manifest that is loaded before the tests are run. We now clear these values between each run to ensure a clean state.

Closes #255176 (closed)

Edited by Stan Hu

Merge request reports