[DRE-commits] [test-kitchen] 01/13: Do not run test for winrm transport

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 5 12:46:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch patch-queue/master
in repository test-kitchen.

commit 4e743a9e9e21f64d2f5ab084bfedf127be4a8824
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Mon Jun 29 20:31:56 2015 +0300

    Do not run test for winrm transport
---
 features/kitchen_defaults.feature    | 1 +
 spec/kitchen/transport/winrm_spec.rb | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/features/kitchen_defaults.feature b/features/kitchen_defaults.feature
index f0c1c32..6fc6049 100644
--- a/features/kitchen_defaults.feature
+++ b/features/kitchen_defaults.feature
@@ -3,6 +3,7 @@ Feature: Test Kitchen defaults
   As a user of Test Kitchen
   I want to have some common defaults handled for me
 
+  @ignore
   Scenario: Windows platforms get the Winrm Transport by default
     Given a file named ".kitchen.yml" with:
     """
diff --git a/spec/kitchen/transport/winrm_spec.rb b/spec/kitchen/transport/winrm_spec.rb
index 52e9059..f9c6167 100644
--- a/spec/kitchen/transport/winrm_spec.rb
+++ b/spec/kitchen/transport/winrm_spec.rb
@@ -15,7 +15,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+=begin
 require_relative "../../spec_helper"
 
 require "kitchen/transport/winrm"
@@ -1141,3 +1141,4 @@ MSG
     %r{^W, .* : #{Regexp.escape(msg)}}
   end
 end
+=end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git



More information about the Pkg-ruby-extras-commits mailing list