diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-10-05 14:58:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 14:58:44 -0700 |
commit | 5fb1a0c0378a22c3acd3f44e97e9ea9033e5f684 (patch) | |
tree | 63b4420507e189c63b3df593bc1e99f69ab091ed | |
parent | 742ff23beb39383b0e55eb3e7fde766face6f4a5 (diff) | |
parent | a100e079c70c20eefbea007b99065ec296d790d4 (diff) | |
download | chef-5fb1a0c0378a22c3acd3f44e97e9ea9033e5f684.tar.gz |
Merge pull request #5414 from chef/test
turn off fips unit-functional tests on windows acceptance
-rw-r--r-- | acceptance/fips/.kitchen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance/fips/.kitchen.yml b/acceptance/fips/.kitchen.yml index 23280f9142..e78a3289d1 100644 --- a/acceptance/fips/.kitchen.yml +++ b/acceptance/fips/.kitchen.yml @@ -1,6 +1,6 @@ suites: - name: fips-unit-functional - includes: [centos-6, windows-2012r2] + includes: [centos-6] run_list: - name: fips-integration |