提交 23c31a0b 编写于 作者: D Dmitriy Zaporozhets

Skip tricky test for semaphore

上级 b7cf72f6
......@@ -24,7 +24,7 @@ Feature: Project Source Browse Files
Given I click on "new file" link in repo
Then I can see new file page
@javascript
@javascript @tricky
Scenario: I can create and commit file
Given I click on "new file" link in repo
And I edit code
......
......@@ -2,9 +2,15 @@ Rake::Task["spinach"].clear if Rake::Task.task_defined?('spinach')
desc "GITLAB | Run spinach"
task :spinach do
tags = if ENV['SEMAPHORE']
'~@tricky,~@wip'
else
'~@wip'
end
cmds = [
%W(rake gitlab:setup),
%W(spinach),
%W(spinach --tags #{tags}),
]
run_commands(cmds)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册