[DRE-commits] [test-kitchen] 11/13: Disable networked tests
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Fri Aug 5 12:46:55 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 5ed325c1152b007fe561d0b46850c43fafaeede1
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Thu Jul 9 17:46:21 2015 +0300
Disable networked tests
---
features/kitchen_driver_discover_command.feature | 2 ++
1 file changed, 2 insertions(+)
diff --git a/features/kitchen_driver_discover_command.feature b/features/kitchen_driver_discover_command.feature
index 58b7488..1c8289c 100644
--- a/features/kitchen_driver_discover_command.feature
+++ b/features/kitchen_driver_discover_command.feature
@@ -13,11 +13,13 @@ Feature: Search RubyGems to discover new Test Kitchen Driver gems
"""
And the exit status should be 0
+ @ignore
Scenario: Running driver discover returns live results
When I run `kitchen driver discover`
Then the exit status should be 0
And the output should contain "kitchen-bluebox"
+ @ignore
Scenario: Running driver discover with the --chef-config-path parameter loads the chef config
Given an empty file named "kitchen_client.rb"
When I run `kitchen driver discover --chef-config-path=kitchen_client.rb`
--
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