Stop excluding sshd related features on CI
This commit is contained in:
parent
d7741b5e5c
commit
85b5ba4c6d
4
Rakefile
4
Rakefile
@ -6,8 +6,8 @@ task default: %i[features spec]
|
|||||||
Cucumber::Rake::Task.new(:features)
|
Cucumber::Rake::Task.new(:features)
|
||||||
|
|
||||||
Cucumber::Rake::Task.new(:features_no_sshd) do |t|
|
Cucumber::Rake::Task.new(:features_no_sshd) do |t|
|
||||||
t.instance_eval { @desc << ' excluding @sshd'}
|
t.instance_eval { @desc << ' excluding @ci_skip' }
|
||||||
t.cucumber_opts = '--tags ~@sshd'
|
t.cucumber_opts = '--tags ~@ci_skip'
|
||||||
end
|
end
|
||||||
|
|
||||||
RSpec::Core::RakeTask.new(:spec)
|
RSpec::Core::RakeTask.new(:spec)
|
||||||
|
@ -37,6 +37,7 @@ Feature: `env?' condition keyword
|
|||||||
When I successfully execute the recipe on remote target
|
When I successfully execute the recipe on remote target
|
||||||
Then the output must not contain "definition_ko"
|
Then the output must not contain "definition_ko"
|
||||||
|
|
||||||
|
@ci_skip
|
||||||
Scenario: succeeds when remote environment variable value match
|
Scenario: succeeds when remote environment variable value match
|
||||||
When I successfully execute the recipe on remote target
|
When I successfully execute the recipe on remote target
|
||||||
Then the output must contain "value_ok"
|
Then the output must contain "value_ok"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user