summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-07-06 17:27:51 +0900
committerShinya Maeda <shinya@gitlab.com>2017-07-06 17:27:51 +0900
commit65d1301c70e60b9345558ec037b1ca3f189bde62 (patch)
tree56595e919be38ac1f455f4b877b34a2b11cb34b8
parentd975678f4b87cced2a8d62973c10cd5f3345117c (diff)
downloadgitlab-ce-fix/sm/transient-failire-on-runners_spec.tar.gz
This reverts commit d975678f4b87cced2a8d62973c10cd5f3345117c.
-rw-r--r--spec/features/runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/runners_spec.rb b/spec/features/runners_spec.rb
index a8656b9639a..00f59f8f197 100644
--- a/spec/features/runners_spec.rb
+++ b/spec/features/runners_spec.rb
@@ -87,7 +87,7 @@ describe "Runners" do
before do
stub_application_setting(shared_runners_text: shared_runners_text)
- project = FactoryGirl.create :empty_project, shared_runners_enabled: true
+ project = FactoryGirl.create :empty_project, shared_runners_enabled: false
project.team << [user, :master]
visit runners_path(project)
end