Skip to content

Commit fba7f51

Browse files
committed
Stop testing the combination that always times out in GitHub Actions
1 parent 1394693 commit fba7f51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ jobs:
267267
# client-version: mysql-8.0.3-rc
268268
- server-version: mysql-5.1.72
269269
client-version: mysql-8.0.3-rc
270+
# This combination stops responding during the first test and
271+
# times out in GHA. We haven't found the cause.
270272
- server-version: system-pic
271273
client-version: system-pic
272274
- server-version: mysql-5.7.43
@@ -564,6 +566,7 @@ jobs:
564566
fi
565567
make
566568
- name: Test
569+
if: ${{ matrix.server-version != 'system-pic' }}
567570
run: |
568571
if [ "${{ matrix.perl-version }}" = "system" ]; then
569572
eval $(perl -I"$HOME/perl5/lib/perl5" -Mlocal::lib)

0 commit comments

Comments
 (0)