mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
Default role creation in auth-v1 is asynchronous and all nodes race to create it so we'd need to delay the test and wait. Checking this particular role doesn't bring much value to the test as we check other roles to demonstrate correctness. Fixes scylladb/scylladb#19039 Closes scylladb/scylladb#19424