Stop excluding sshd related features on CI

This commit is contained in:
Thibault Jouan 2015-04-05 12:25:12 +00:00
parent d7741b5e5c
commit 85b5ba4c6d
2 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,8 @@ task default: %i[features spec]
Cucumber::Rake::Task.new(:features)
Cucumber::Rake::Task.new(:features_no_sshd) do |t|
t.instance_eval { @desc << ' excluding @sshd'}
t.cucumber_opts = '--tags ~@sshd'
t.instance_eval { @desc << ' excluding @ci_skip' }
t.cucumber_opts = '--tags ~@ci_skip'
end
RSpec::Core::RakeTask.new(:spec)

View File

@ -37,6 +37,7 @@ Feature: `env?' condition keyword
When I successfully execute the recipe on remote target
Then the output must not contain "definition_ko"
@ci_skip
Scenario: succeeds when remote environment variable value match
When I successfully execute the recipe on remote target
Then the output must contain "value_ok"