summaryrefslogtreecommitdiff
path: root/acceptance
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2016-02-25 09:14:55 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2016-02-25 16:09:51 -0800
commitf2e5940e69f46e2e081d68e2f9ff837671902f5f (patch)
treea338f0f8e5247bc5445614b47f7d7daf756bdd7a /acceptance
parent3b82bb9f89c0f95d4ba94591e9ac9e769477eb64 (diff)
downloadchef-f2e5940e69f46e2e081d68e2f9ff837671902f5f.tar.gz
Exclude git from the fips acceptance tests
We don't have git on those boxes
Diffstat (limited to 'acceptance')
-rw-r--r--acceptance/fips/test/integration/fips/serverspec/fips_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance/fips/test/integration/fips/serverspec/fips_spec.rb b/acceptance/fips/test/integration/fips/serverspec/fips_spec.rb
index 89a10dcf68..3076c68f67 100644
--- a/acceptance/fips/test/integration/fips/serverspec/fips_spec.rb
+++ b/acceptance/fips/test/integration/fips/serverspec/fips_spec.rb
@@ -29,7 +29,7 @@ describe "Chef Fips Specs" do
it "passes the unit and functional specs" do
Bundler.with_clean_env do
ruby_cmd = Mixlib::ShellOut.new(
- "bundle exec rspec spec/unit spec/functional", :env => { "PATH" => "#{ENV['PATH']}:#{path}",
+ "bundle exec rspec -t ~requires_git spec/unit spec/functional", :env => { "PATH" => "#{ENV['PATH']}:#{path}",
"GEM_PATH" => nil, "GEM_CACHE" => nil, "GEM_HOME" => nil,
"CHEF_FIPS" => "1" },
:live_stream => STDOUT, :cwd => chef_dir)