Skip to content

Commit

Permalink
fix flakey tests by wrapping asserts in retries a la Iryna
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Mar 11, 2022
1 parent fcc80f1 commit c6072a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control-plane/subcommand/server-acl-init/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2246,6 +2246,7 @@ func TestRun_PoliciesAndBindingRulesForACLLogin_PrimaryDatacenter(t *testing.T)
}
require.True(t, found)
}

})
}
}
Expand Down

0 comments on commit c6072a1

Please sign in to comment.