diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-25 09:14:55 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-25 16:09:51 -0800 |
commit | f2e5940e69f46e2e081d68e2f9ff837671902f5f (patch) | |
tree | a338f0f8e5247bc5445614b47f7d7daf756bdd7a /acceptance | |
parent | 3b82bb9f89c0f95d4ba94591e9ac9e769477eb64 (diff) | |
download | chef-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.rb | 2 |
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) |