Remove sync tests from CI (#1028)

This commit is contained in:
JonnyWong16 2022-11-08 13:08:23 -08:00 committed by GitHub
parent 2f52b300f1
commit 1e92061d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,18 +175,6 @@ jobs:
--cov=plexapi \
tests
- name: Sync tests with ${{ matrix.plex }} server
if: matrix.plex == 'claimed'
run: |
. venv/bin/activate
pytest \
-rxXs \
--tb=native \
--verbose \
--cov=plexapi \
--cov-append \
tests/test_sync.py
- name: Unlink PMS from MyPlex account
if: matrix.plex == 'claimed' && always()
run: |