Skip to content

Commit

Permalink
Remove the fast_forward to see if integ test passes
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdelapuente committed Mar 4, 2024
1 parent 0008b0c commit 9c43211
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charm/tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,9 @@ async def netbox_app_fixture(
"django_allowed_hosts": "*",
},
)
async with ops_test.fast_forward():
# If update_status comes before pebble ready, the unit gets to
# error state. Just do not fail in that case.
await model.wait_for_idle(apps=["netbox"], status="waiting", raise_on_error=False)
# If update_status comes before pebble ready, the unit gets to
# error state. Just do not fail in that case.
await model.wait_for_idle(apps=["netbox"], status="waiting", raise_on_error=False)

await model.relate("netbox:postgresql", f"{postgresql_app_name}")
await model.wait_for_idle(status="active")
Expand Down

0 comments on commit 9c43211

Please sign in to comment.