Skip to content
Snippets Groups Projects
Commit 7eba14f6 authored by Marc Shaw's avatar Marc Shaw :two:
Browse files

Fix merge_request_metrics flakey spec

MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/174380
parent 37f7d3e5
No related branches found
No related tags found
1 merge request!174380Fix merge_request_metrics flakey spec
......@@ -28,6 +28,10 @@
)
end
around do |example|
freeze_time { example.run }
end
describe '#productivity_data' do
it 'calculates productivity data' do
expected_data = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment