Skip to content

Commit

Permalink
fix: Flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle committed Sep 18, 2023
1 parent ae1e9f2 commit 5a74203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public void setup(List<String> amrs) {
@MethodSource("org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests#authenticationTestParams")
void happyCase(List<String> amrs) {
setup(amrs);

assumeTrue(waitForClient("jku_test", 5), "Test client needs to be setup for this test");
CompositeToken refreshedToken = (CompositeToken) tokenServices.refreshAccessToken(
refreshToken.getValue(),
new TokenRequest(
Expand Down

0 comments on commit 5a74203

Please sign in to comment.