Commit 8a313c26 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-more-flaky-specs' into 'master'

Fix flaky specs that were only passing upon retry

See merge request gitlab-org/gitlab!36728
parents d9759322 4a171018
...@@ -335,9 +335,9 @@ RSpec.describe ProjectsController do ...@@ -335,9 +335,9 @@ RSpec.describe ProjectsController do
false | false | true | true false | false | true | true
false | true | true | true false | true | true | true
true | false | false | false true | false | false | false
true | true | false | nil true | true | false | false
true | false | true | true true | false | true | true
true | true | true | nil true | true | true | true
end end
with_them do with_them do
...@@ -353,6 +353,7 @@ RSpec.describe ProjectsController do ...@@ -353,6 +353,7 @@ RSpec.describe ProjectsController do
id: project, id: project,
project: { setting => param_value } project: { setting => param_value }
} }
project.reload project.reload
expect(project[setting]).to eq(final_value) expect(project[setting]).to eq(final_value)
......
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