Skip to content

Commit

Permalink
ci: disable kvrocks2redis test for archlinux (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Oct 3, 2024
1 parent b8cf118 commit 1266227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ jobs:
run: apt install -y python3-redis

- name: Run kvrocks2redis Test
# FIXME: https://github.com/apache/kvrocks/issues/2574
if: ${{ !startsWith(matrix.image, 'archlinux') }}
shell: bash
run: |
$HOME/local/bin/redis-server --daemonize yes
Expand Down

0 comments on commit 1266227

Please sign in to comment.