test(test_proxy_server.py): skip local test

This commit is contained in:
Krrish Dholakia 2024-08-13 21:36:16 -07:00
parent 0d0a793e20
commit 2b7a64ee28

View file

@ -968,7 +968,7 @@ async def test_user_info_team_list(prisma_client):
mock_client.assert_called()
# @pytest.mark.skip(reason="Local test")
@pytest.mark.skip(reason="Local test")
@pytest.mark.asyncio
async def test_add_callback_via_key(prisma_client):
"""