Skip to content

Commit c78425b

Browse files
committed
fix(ci): disable mariadb_verylatest pass for RusTLS
see: #3091
1 parent c32809a commit c78425b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sqlx.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@ jobs:
470470
mariadb: [verylatest, 10_11, 10_4]
471471
runtime: [async-std, tokio]
472472
tls: [native-tls, rustls, none]
473+
exclude:
474+
# FIXME: `rustls` cannot accept MariaDB's new self-signed certificates: https://github.com/launchbadge/sqlx/issues/3091
475+
- mariadb: verylatest
476+
tls: rustls
473477
needs: check
474478
steps:
475479
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)