@@ -30,20 +30,18 @@ jobs:
30
30
include :
31
31
# Comment out due to ci/setup.sh stucking.
32
32
# - {os: ubuntu-18.04, ruby: 2.4, db: mariadb10.1}
33
- # Allow failure due to the issue #965, #1165.
34
- - {os: ubuntu-20.04, ruby: '2.4', db: mariadb10.3, allow-failure: true}
33
+ - {os: ubuntu-20.04, ruby: '2.4', db: mariadb10.3}
35
34
- {os: ubuntu-18.04, ruby: '2.4', db: mysql57}
36
- # Allow failure due to the issue #1165.
37
- - {os: ubuntu-20.04, ruby: '2.4', db: mysql80, allow-failure: true}
38
- - {os: ubuntu-18.04, ruby: 'head', db: '', allow-failure: true}
35
+ - {os: ubuntu-20.04, ruby: '2.4', db: mysql80}
36
+ - {os: ubuntu-18.04, ruby: 'head', db: ''}
39
37
# db: A DB's brew package name in macOS case.
40
38
# Set a name "db: '[email protected] '" when using an old version.
41
39
# MariaDB lastet version
42
40
# Allow failure due to the following test failures that rarely happens.
43
41
# https://github.com/brianmario/mysql2/issues/1194
44
42
- {os: macos-latest, ruby: '2.6', db: mariadb, allow-failure: true}
45
43
# MySQL latest version
46
- # Allow failure due to the issue #1165 .
44
+ # Allow failure due to the issue #1194 .
47
45
- {os: macos-latest, ruby: '2.6', db: mysql, allow-failure: true}
48
46
# On the fail-fast: true, it cancels all in-progress jobs
49
47
# if any matrix job fails unlike Travis fast_finish.
0 commit comments