Skip to content

Commit 24346f7

Browse files
authored
Fix flaky test 1827 (#1847)
1 parent c7b0145 commit 24346f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_installation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
AlreadyExists,
2121
InvalidParameterValue,
2222
NotFound,
23+
ResourceConflict,
2324
)
2425

2526
from databricks.sdk.retries import retried
@@ -90,6 +91,7 @@ def factory(
9091
pending.remove()
9192

9293

94+
@retried(on=[NotFound, ResourceConflict], timeout=timedelta(minutes=2))
9395
def test_experimental_permissions_migration_for_group_with_same_name(
9496
installation_ctx,
9597
make_cluster_policy,

0 commit comments

Comments
 (0)