Skip to content

Commit

Permalink
add raise_on_error=false
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldmitry committed Dec 11, 2024
1 parent 668487d commit 07c020e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,8 @@ async def deploy_tempo_cluster(ops_test: OpsTest):
status="active",
timeout=2000,
idle_period=30,
# FIXME: intermittent issue where tempo momentarily goes into error state
raise_on_error=False,
)


Expand Down

0 comments on commit 07c020e

Please sign in to comment.