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:
adiholden 2023-05-02 22:24:49 +03:00 committed by GitHub
parent e9576d2ce2
commit 834b827a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ jobs:
pytest -sxvr dragonfly --ignore=dragonfly/replication_test.py pytest -sxvr dragonfly --ignore=dragonfly/replication_test.py
- name: Run PyTests replication test - name: Run PyTests replication test
if: ${{ matrix.runner == 'ubuntu-latest' }}
timeout-minutes: 15 timeout-minutes: 15
run: | run: |
cd ${GITHUB_WORKSPACE}/tests cd ${GITHUB_WORKSPACE}/tests