Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 5d9b686

Browse files
committed
Remove mariadb:10.2 from testing as pt-mysql-summary hangs on it.
1 parent 56e29e6 commit 5d9b686

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ env:
3333
- MYSQL_IMAGE=mariadb:5.5
3434
- MYSQL_IMAGE=mariadb:10.0
3535
- MYSQL_IMAGE=mariadb:10.1
36-
- MYSQL_IMAGE=mariadb:10.2
36+
# pt-mysql-summary hangs on mariadb:10.2
37+
# https://jira.percona.com/browse/PT-1549
38+
#- MYSQL_IMAGE=mariadb:10.2
3739
- MONGODB_IMAGE=mongo:3.2
3840
- MONGODB_IMAGE=mongo:3.4
3941
- MONGODB_IMAGE=mongo:3.6

0 commit comments

Comments
 (0)