Skip to content

Commit 4c6b994

Browse files
committed
Merge pull request #117 from Iristyle/fix/master/acceptance-failure
Fix Jenkins acceptance failures
2 parents e9daa16 + 050aaf2 commit 4c6b994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/sqlserver_features_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'spec_helper_acceptance'
2-
require 'ERB'
2+
require 'erb'
33

44
host = find_only_one("sql_host")
55
describe "sqlserver_features", :node => host do
@@ -228,7 +228,7 @@ def bind_and_apply_failing_manifest(host, features, ensure_val = 'present')
228228
end
229229

230230
it 'fails when ADV_SSMS is supplied but SSMS is not' do
231-
pending('This test is blocked by FM-2712')
231+
skip('This test is blocked by FM-2712')
232232
features = ['BC', 'Conn', 'ADV_SSMS', 'SDK']
233233
ensure_sql_features(host, features)
234234
end

0 commit comments

Comments
 (0)