Skip to content

Commit

Permalink
移除测试
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-cq committed Mar 2, 2024
1 parent c50918d commit ae7fd76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
import sys
import pytest

from alist_sdk.path_lib import PureAlistPath, AlistPath, login_server
from alist_sdk.path_lib import login_server

from alist_sync.d_worker import Worker, Workers
from alist_sync.d_worker import Worker
from alist_sync.config import create_config

sync_config = create_config()


@pytest.mark.skip()
def test_worker_copy():
sync_config = create_config()
docs = {
# "_id": "013ac712314196a73bc97baba0e0cb97f769140b",
"backup_dir": None,
Expand Down

0 comments on commit ae7fd76

Please sign in to comment.