Skip to content

Commit 33713f9

Browse files
committed
GitHub Actions: Remove allow-failure on Fedora MariaDB cases.
The tests pass now. Still keep allow-failure on macOS MariaDB case due to test failures that rarely happens.
1 parent 4a47e8a commit 33713f9

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ jobs:
4040
# db: A DB's brew package name in macOS case.
4141
# Set a name "db: '[email protected]'" when using an old version.
4242
# MariaDB lastet version
43-
# Allow failure due to the following test failures.
44-
# https://github.com/brianmario/mysql2/issues/965
45-
# https://github.com/brianmario/mysql2/issues/1152
43+
# Allow failure due to the following test failures that rarely happens.
44+
# https://github.com/brianmario/mysql2/issues/1194
4645
- {os: macos-latest, ruby: 2.4, db: mariadb, allow-failure: true}
4746
# MySQL latest version
4847
# Allow failure due to the issue #1165.

.github/workflows/container.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ jobs:
1414
# CentOS 7 system Ruby is the fixed version 2.0.0.
1515
- {distro: centos, image: 'centos:7', name_extra: 'ruby 2.0.0'}
1616
# Fedora latest stable version
17-
# Allow failure due to the following test failures.
18-
# https://github.com/brianmario/mysql2/issues/965
19-
- {distro: fedora, image: 'fedora:latest', allow-failure: true}
17+
- {distro: fedora, image: 'fedora:latest'}
2018
# Fedora development version
21-
# Allow failure due to the following test failures.
22-
# https://github.com/brianmario/mysql2/issues/1152
23-
- {distro: fedora, image: 'fedora:rawhide', allow-failure: true}
19+
- {distro: fedora, image: 'fedora:rawhide'}
2420
# On the fail-fast: true, it cancels all in-progress jobs
2521
# if any matrix job fails unlike Travis fast_finish.
2622
fail-fast: false

0 commit comments

Comments
 (0)