Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Apr 20, 2024
1 parent dadf6f4 commit 00cf63f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def test_envoy_deps(svc: str) -> None:
def test_migrate_deps(svc: str) -> None:
if svc == "migrate":
pytest.skip("migrate service")
if svc == "shell":
return
service = loader[svc]
deps = set(service.iter_dependencies())
if mongo in deps:
Expand Down Expand Up @@ -225,7 +227,6 @@ def test_envoy_http_auth(svc: str) -> None:
mongo -> selfmon
postgres -> selfmon
clickhouse -> shell
migrate -> shell
mongo -> shell
postgres -> shell
worker -> shell
Expand Down

0 comments on commit 00cf63f

Please sign in to comment.