Commit c7bcfdcb authored by Alex Buijs's avatar Alex Buijs

Fix for rate lmiting test errrors

Disable throttling for trial registrations controller spec

Changelog: fixed
EE: true
parent 1d8521c8
......@@ -53,7 +53,7 @@ RSpec.describe TrialRegistrationsController do
end
end
describe '#create' do
describe '#create', :clean_gitlab_redis_rate_limiting do
let(:user_params) do
{
first_name: 'John',
......
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