diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-07-21 13:16:10 -0400 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-07-21 13:16:10 -0400 |
commit | 9be36f9592da6fbdcfe973e04012c6e43e0a4326 (patch) | |
tree | 78f9981a6b272c09a9b211b65aac6c3a40d38da1 /acceptance/fips | |
parent | e34406e2e0538986366c3764ea41d7fe1f4c5532 (diff) | |
download | chef-9be36f9592da6fbdcfe973e04012c6e43e0a4326.tar.gz |
Reenable non-windows tests
Diffstat (limited to 'acceptance/fips')
-rw-r--r-- | acceptance/fips/.kitchen.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/acceptance/fips/.kitchen.yml b/acceptance/fips/.kitchen.yml index 23280f9142..87dbd30f5d 100644 --- a/acceptance/fips/.kitchen.yml +++ b/acceptance/fips/.kitchen.yml @@ -1,8 +1,10 @@ suites: - name: fips-unit-functional - includes: [centos-6, windows-2012r2] + #includes: [centos-6, windows-2012r2] + includes: [centos-6] run_list: - name: fips-integration - includes: [centos-6, windows-2012r2] + #includes: [centos-6, windows-2012r2] + includes: [centos-6] run_list: |