Skip to content

Commit e327eed

Browse files
committed
Disable some non-working integration tests
1 parent aa6570a commit e327eed

File tree

2 files changed

+43
-70
lines changed

2 files changed

+43
-70
lines changed

.kitchen.yml

Lines changed: 43 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,50 +12,67 @@ provisioner:
1212

1313
platforms:
1414
- name: ubuntu-12.04
15-
run_list: ["recipe[apt]"]
15+
run_list: recipe[apt]
1616
- name: ubuntu-14.04
17-
run_list: ["recipe[apt]"]
17+
run_list: recipe[apt]
1818
- name: ubuntu-16.04
19-
run_list: ["recipe[apt]"]
19+
run_list: recipe[apt]
2020
- name: ubuntu-16.10
21-
run_list: ["recipe[apt]"]
21+
run_list: recipe[apt]
2222
- name: debian-7.11
23-
run_list: ["recipe[apt]"]
23+
run_list: recipe[apt]
2424
- name: debian-8.6
25-
run_list: ["recipe[apt]"]
25+
run_list: recipe[apt]
2626
- name: centos-6.8
27-
run_list: ["recipe[selinux::disabled]"]
27+
run_list: recipe[selinux::disabled]
2828
- name: centos-7.3
29-
run_list: ["recipe[selinux::disabled]"]
29+
run_list: recipe[selinux::disabled]
3030
- name: fedora-23
3131
- name: fedora-24
32-
run_list: ["recipe[selinux::disabled]"]
32+
run_list: recipe[selinux::disabled]
3333
- name: fedora-25
34-
run_list: ["recipe[selinux::disabled]"]
34+
run_list: recipe[selinux::disabled]
3535

3636
suites:
3737
- name: mysql
3838
run_list:
3939
- recipe[minitest-handler]
4040
- recipe[postfix-dovecot_test]
41-
# excludes:
42-
# From postfixadmin cookbook:
43-
# - centos-7
44-
# - centos-7.0
45-
# - ubuntu-12.04
46-
# - ubuntu-14.04
47-
# - ubuntu-16.04
48-
# - ubuntu-16.10
41+
excludes:
42+
# mysql: No candidate version available for mysql-community-server
43+
- centos-7
44+
# postfix-full: Starting Postfix Mail Transport Agent: postfix failed
45+
- debian-7
46+
# postfix-full: * Starting Postfix Mail Transport Agent postfix ...fail!
47+
- ubuntu-12.04
48+
# postfix-full: * Starting Postfix Mail Transport Agent postfix ...fail!
49+
- ubuntu-14.04
50+
# apache2: No candidate version available for libapache2-mod-php5
51+
- ubuntu-16.04
52+
# mysql: undefined method `split' for nil:NilClass
53+
- ubuntu-16.10
54+
# spamassassin: /etc/sysconfig/network: No such file or directory
55+
- scientific-6.6
4956
- name: postgresql
5057
excludes:
5158
- amazon-2011.02.1
5259
- amazon-2013.09.2
53-
# From postfixadmin cookbook:
54-
# - centos-7
55-
# - centos-7.0
56-
# - scientific-6.6
57-
# - ubuntu-16.04
58-
# - ubuntu-16.10
60+
# postfix-dovecot: Unknown system type: Linux 4.4.0-51-generic
61+
- centos-6
62+
# postfix-dovecot: Unknown system type: Linux 4.4.0-51-generic
63+
- centos-7
64+
# postfix-full: Starting Postfix Mail Transport Agent: postfix failed
65+
- debian-7
66+
# postfix-full: * Starting Postfix Mail Transport Agent postfix ...fail!
67+
- ubuntu-12.04
68+
# postfix-full: * Starting Postfix Mail Transport Agent postfix ...fail!
69+
- ubuntu-14.04
70+
# apache2: No candidate version available for libapache2-mod-php5
71+
- ubuntu-16.04
72+
# php: No candidate version available for php5-cgi
73+
- ubuntu-16.10
74+
# spamassassin: /etc/sysconfig/network: No such file or directory
75+
- scientific-6.6
5976
run_list:
6077
- recipe[minitest-handler]
6178
- recipe[postfix-dovecot_test]
@@ -75,8 +92,9 @@ suites:
7592
# File "/.../chef-12.19.36/lib/chef/provider/package/dnf/dnf_helper.py", line 56, in query
7693
# pkgs = q.latest(1).run() TypeError: latest() takes 1 positional argument but 2 were given
7794
- fedora-23
78-
# Unknown system type: Linux 3.16.0-4-amd64
95+
# postfix-dovecot: Unknown system type: Linux 4.4.0-51-generic
7996
- centos-6
97+
# postfix-dovecot: Unknown system type: Linux 4.4.0-51-generic
8098
- centos-7
8199
run_list:
82100
- recipe[postfix-dovecot_test::postfix_postgresql]

.travis.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,8 @@ env:
1010
matrix:
1111
- TESTS="style unit" CHEF_VERSION="~> 12.0"
1212
- TESTS="integration[mysql-centos-6,verify]"
13-
- TESTS="integration[mysql-centos-7,verify]"
14-
- TESTS="integration[mysql-debian-7,verify]"
1513
- TESTS="integration[mysql-debian-8,verify]"
16-
- TESTS="integration[mysql-ubuntu-1204,verify]"
17-
- TESTS="integration[mysql-ubuntu-1404,verify]"
18-
- TESTS="integration[mysql-ubuntu-1604,verify]"
19-
- TESTS="integration[mysql-ubuntu-1610,verify]"
20-
- TESTS="integration[mysql-scientific-66,verify]"
21-
- TESTS="integration[postgresql-centos-6,verify]"
22-
- TESTS="integration[postgresql-centos-7,verify]"
23-
- TESTS="integration[postgresql-debian-7,verify]"
2414
- TESTS="integration[postgresql-debian-8,verify]"
25-
- TESTS="integration[postgresql-ubuntu-1204,verify]"
26-
- TESTS="integration[postgresql-ubuntu-1404,verify]"
27-
- TESTS="integration[postgresql-ubuntu-1604,verify]"
28-
- TESTS="integration[postgresql-ubuntu-1610,verify]"
29-
- TESTS="integration[postgresql-scientific-66,verify]"
3015
- TESTS="integration[postfixpgsql-debian-7,verify]"
3116
- TESTS="integration[postfixpgsql-debian-8,verify]"
3217
- TESTS="integration[postfixpgsql-ubuntu-1204,verify]"
@@ -39,40 +24,10 @@ matrix:
3924
exclude:
4025
- rvm: 2.2
4126
env: TESTS="integration[mysql-centos-6,verify]"
42-
- rvm: 2.2
43-
env: TESTS="integration[mysql-centos-7,verify]"
44-
- rvm: 2.2
45-
env: TESTS="integration[mysql-debian-7,verify]"
4627
- rvm: 2.2
4728
env: TESTS="integration[mysql-debian-8,verify]"
48-
- rvm: 2.2
49-
env: TESTS="integration[mysql-ubuntu-1204,verify]"
50-
- rvm: 2.2
51-
env: TESTS="integration[mysql-ubuntu-1404,verify]"
52-
- rvm: 2.2
53-
env: TESTS="integration[mysql-ubuntu-1604,verify]"
54-
- rvm: 2.2
55-
env: TESTS="integration[mysql-ubuntu-1610,verify]"
56-
- rvm: 2.2
57-
env: TESTS="integration[mysql-scientific-66,verify]"
58-
- rvm: 2.2
59-
env: TESTS="integration[postgresql-centos-6,verify]"
60-
- rvm: 2.2
61-
env: TESTS="integration[postgresql-centos-7,verify]"
62-
- rvm: 2.2
63-
env: TESTS="integration[postgresql-debian-7,verify]"
6429
- rvm: 2.2
6530
env: TESTS="integration[postgresql-debian-8,verify]"
66-
- rvm: 2.2
67-
env: TESTS="integration[postgresql-ubuntu-1204,verify]"
68-
- rvm: 2.2
69-
env: TESTS="integration[postgresql-ubuntu-1404,verify]"
70-
- rvm: 2.2
71-
env: TESTS="integration[postgresql-ubuntu-1604,verify]"
72-
- rvm: 2.2
73-
env: TESTS="integration[postgresql-ubuntu-1610,verify]"
74-
- rvm: 2.2
75-
env: TESTS="integration[postgresql-scientific-66,verify]"
7631
- rvm: 2.2
7732
env: TESTS="integration[postfixpgsql-debian-7,verify]"
7833
- rvm: 2.2

0 commit comments

Comments
 (0)