diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-10-05 14:58:12 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-10-05 14:58:12 -0700 |
commit | a100e079c70c20eefbea007b99065ec296d790d4 (patch) | |
tree | 63b4420507e189c63b3df593bc1e99f69ab091ed /acceptance | |
parent | 742ff23beb39383b0e55eb3e7fde766face6f4a5 (diff) | |
download | chef-a100e079c70c20eefbea007b99065ec296d790d4.tar.gz |
turn off fips unit-functional tests on windows acceptance
Signed-off-by: Matt Wrock <matt@mattwrock.com>
Diffstat (limited to '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 |