mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore(regression tests) : remove replication tests from arm host runner (#1174)
* test(regression): remove replication_test from regression arm Signed-off-by: adi_holden <adi@dragonflydb.io> * fix Signed-off-by: adi_holden <adi@dragonflydb.io> --------- Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
e9576d2ce2
commit
834b827a5d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/regression-tests.yml
vendored
1
.github/workflows/regression-tests.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
|||
|
||||
pytest -sxvr dragonfly --ignore=dragonfly/replication_test.py
|
||||
- name: Run PyTests replication test
|
||||
if: ${{ matrix.runner == 'ubuntu-latest' }}
|
||||
timeout-minutes: 15
|
||||
run: |
|
||||
cd ${GITHUB_WORKSPACE}/tests
|
||||
|
|
Loading…
Reference in a new issue