Skip to content

Commit

Permalink
Fix postgresql deployment for integration tests (#70)
Browse files Browse the repository at this point in the history
Bypassing. The SAML integration test is failing but the change should not be affecting it
  • Loading branch information
arturo-seijas committed Jun 15, 2023
1 parent fad3efd commit 194972f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async def app_fixture(
"""
# Deploy relations to speed up overall execution
await asyncio.gather(
model.deploy("postgresql-k8s", channel="latest/stable", series="focal", trust=True),
model.deploy("postgresql-k8s", channel="latest/stable", series="focal"),
model.deploy("redis-k8s", series="focal"),
model.deploy("nginx-ingress-integrator", series="focal", trust=True),
)
Expand Down

0 comments on commit 194972f

Please sign in to comment.