Skip to content

Commit 74ebace

Browse files
author
Ilyas Gasanov
committed
[DOP-20962] Add scheduler integration test
1 parent 1999e4e commit 74ebace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration/test_scheduler/test_scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from syncmaster.settings import Settings
1010
from tests.mocks import MockTransfer
1111

12-
pytestmark = [pytest.mark.asyncio, pytest.mark.worker]
12+
pytestmark = [pytest.mark.asyncio, pytest.mark.worker, pytest.mark.scheduler_integration]
1313

1414

1515
async def test_scheduler(

0 commit comments

Comments
 (0)