Skip to content

Commit 1314aca

Browse files
committed
(MODULES-2391) skip test create instance with only AS feature
1 parent 22057c0 commit 1314aca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/acceptance/sqlserver_instance_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ def ensure_sqlserver_instance(host, features, inst_name, ensure_val = 'present')
121121
remove_sql_features(host, {:features => features, :version => version})
122122
end
123123

124-
it "create #{inst_name} instance" do
124+
#skip below test due to ticket MODULES-2379, when the ticket was resolved
125+
# will change xit to it
126+
xit "create #{inst_name} instance" do
125127
ensure_sqlserver_instance(host, features, inst_name)
126128

127129
validate_sql_install(host, {:version => version}) do |r|

0 commit comments

Comments
 (0)