We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3383d29 commit 2323a71Copy full SHA for 2323a71
tests/agent_features/test_priority_sampling.py
@@ -63,6 +63,7 @@ def test_priority_used_in_transaction_error_events(first_transaction_saved):
63
first_priority = 1 if first_transaction_saved else 0
64
second_priority = 0 if first_transaction_saved else 1
65
66
+ @retry(attempts=5, wait=2) # This test is flakey so add a retry.
67
@reset_core_stats_engine()
68
def _test():
69
with BackgroundTask(application(), name="T1") as txn:
0 commit comments