Skip to content

Commit

Permalink
Merge pull request #28209 from sberyozkin/disable_oidc_code_flow_toke…
Browse files Browse the repository at this point in the history
…n_autorefresh

Disable flaky CodeFlowTest.testTokenAutoRefresh
  • Loading branch information
geoand authored Sep 27, 2022
2 parents 6143aab + 454d4c9 commit 42b8528
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import java.util.concurrent.TimeUnit;

import org.hamcrest.Matchers;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;
Expand Down Expand Up @@ -499,6 +500,8 @@ public Boolean call() throws Exception {
}

@Test
// See https://github.com/quarkusio/quarkus/issues/27900
@Disabled("flaky")
public void testTokenAutoRefresh() throws IOException {
try (final WebClient webClient = createWebClient()) {
HtmlPage page = webClient.getPage("http://localhost:8081/tenant-autorefresh");
Expand Down

0 comments on commit 42b8528

Please sign in to comment.